question mark must result in TOKEN_OPERATOR

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-11-21 20:42:48 +01:00
parent 55c2148016
commit 5ec75a228e

View file

@ -1022,6 +1022,7 @@ int lex_do(lex_file *lex)
case '[':
case '(':
case ':':
case '?':
lex_tokench(lex, ch);
lex_endtoken(lex);
if (lex->flags.noops)