debug/version = blah is treated as a statement

This commit is contained in:
Callum Anderson 2014-02-21 16:50:03 +11:00
parent 2eba33c1d3
commit 4c05a09663
1 changed files with 1 additions and 1 deletions

View File

@ -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;