mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
question mark must result in TOKEN_OPERATOR
This commit is contained in:
parent
55c2148016
commit
5ec75a228e
1 changed files with 1 additions and 0 deletions
1
lexer.c
1
lexer.c
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue