mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
'$' is now its own token, used for modeldata
This commit is contained in:
parent
bf161e3919
commit
91ee7658a6
1 changed files with 2 additions and 0 deletions
2
lexer.c
2
lexer.c
|
@ -497,6 +497,8 @@ int lex_do(lex_file *lex)
|
|||
case '[':
|
||||
case ']':
|
||||
|
||||
case '$':
|
||||
|
||||
case '#':
|
||||
if (!lex_tokench(lex, ch) ||
|
||||
!lex_endtoken(lex))
|
||||
|
|
Loading…
Reference in a new issue