mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
fix from upstream, allow ws between # and endif
This commit is contained in:
parent
951644a194
commit
b509cea5f4
@ -1222,7 +1222,7 @@ ELSE_TOKEN:
|
|||||||
} ;
|
} ;
|
||||||
fragment
|
fragment
|
||||||
ENDIF_TOKEN:
|
ENDIF_TOKEN:
|
||||||
'#' 'endif'
|
'#' TS* 'endif'
|
||||||
{
|
{
|
||||||
if (Processing.Count > 0)
|
if (Processing.Count > 0)
|
||||||
Processing.Pop();
|
Processing.Pop();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user