]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Fix some things: get all the Quake mods to compile again (I broke binary expressions...
authorDale Weiler <killfieldengine@gmail.com>
Sun, 6 Oct 2013 03:36:48 +0000 (23:36 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Sun, 6 Oct 2013 03:36:48 +0000 (23:36 -0400)
commita02e44100e6faf7dbf3b337332e26bcd1a903d8b
treeab903fe9320546e520c0029392a50af483d7d171
parent99e3ae977320383f7ea3c4db0f43dc4b8747b045
Fix some things: get all the Quake mods to compile again (I broke binary expressions .. oops) Fix the check-proj script, using $? for status was invalid because of pipes. The ir now properly considers negation virtual instruction to be operations (as it should).
ast.c
ir.c
misc/check-proj.sh