]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Remove constant string literal for correction check, use parse_tokval of the current...
authorDale Weiler <killfieldengine@gmail.com>
Fri, 4 Jan 2013 11:58:27 +0000 (11:58 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Fri, 4 Jan 2013 11:58:27 +0000 (11:58 +0000)
commit5377835f1e1f4d54a6085a3311cffb3629103ccb
treeec2dfa9e3fea6834f1589fc5175155f6f0e6526c
parent2d96b2a3ecb3610493c261c297da8a0ed429cd15
Remove constant string literal for correction check, use parse_tokval of the current parser state instead. Accidently left it behind from debugging.
parser.c