From: Wolfgang (Blub) Bumiller Date: Fri, 30 Nov 2012 13:18:45 +0000 (+0100) Subject: fteqcc like \[ and \] in strings X-Git-Tag: 0.1.9~185 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fefb51c5925ca506fff374a59c7e4b396ad628c2;p=xonotic%2Fgmqcc.git fteqcc like \[ and \] in strings --- diff --git a/lexer.c b/lexer.c index e2cf803..a349e0e 100644 --- a/lexer.c +++ b/lexer.c @@ -820,6 +820,8 @@ static int GMQCC_WARN lex_finish_string(lex_file *lex, int quote) case '<': ch = 29; break; case '-': ch = 30; break; case '>': ch = 31; break; + case '[': ch = 16; break; + case ']': ch = 17; break; case '\n': ch = '\n'; break; default: