1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

support #IF(ccc)

This commit is contained in:
Kevin Glynn 2011-09-21 14:37:08 +02:00
parent 9165fc200e
commit 1e0d4a90e8

View File

@ -1359,7 +1359,7 @@ PP_CONDITIONAL:
fragment
IF_TOKEN
@init { bool process = true; }:
('#' TS* 'if' TS+ ppe = PP_EXPRESSION)
('#' TS* 'if' TS* ppe = PP_EXPRESSION)
{
// if our parent is processing check this if
Debug.Assert(Processing.Count > 0, "Stack underflow preprocessing. IF_TOKEN");