debug/version = blah is treated as a statement
This commit is contained in:
parent
2eba33c1d3
commit
4c05a09663
|
@ -6097,7 +6097,7 @@ protected:
|
|||
return !peekIs(tok!"switch");
|
||||
case tok!"debug":
|
||||
case tok!"version":
|
||||
return peekIs(tok!"=");
|
||||
return !peekIs(tok!"=");
|
||||
case tok!"synchronized":
|
||||
if (peekIs(tok!"("))
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue