From: Wolfgang (Blub) Bumiller Date: Thu, 16 Aug 2012 18:03:53 +0000 (+0200) Subject: '$' is now its own token, used for modeldata X-Git-Tag: 0.1-rc1~239 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=91ee7658a682576546061bde64be14bd9adaf7a0;p=xonotic%2Fgmqcc.git '$' is now its own token, used for modeldata --- diff --git a/lexer.c b/lexer.c index 382512d..94e0cbb 100644 --- a/lexer.c +++ b/lexer.c @@ -497,6 +497,8 @@ int lex_do(lex_file *lex) case '[': case ']': + case '$': + case '#': if (!lex_tokench(lex, ch) || !lex_endtoken(lex))