1
0
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:
Kevin Glynn 2010-11-04 12:27:36 +01:00
parent 951644a194
commit b509cea5f4

View File

@ -1222,7 +1222,7 @@ ELSE_TOKEN:
} ;
fragment
ENDIF_TOKEN:
'#' 'endif'
'#' TS* 'endif'
{
if (Processing.Count > 0)
Processing.Pop();