]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Implemented computed goto + added goto test for testsuite (tests both normal and...
authorDale Weiler <killfieldengine@gmail.com>
Wed, 2 Jan 2013 21:32:57 +0000 (21:32 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 2 Jan 2013 21:32:57 +0000 (21:32 +0000)
commita421d9a33bf371492b5ccba8294a6df31f397412
tree35640b51d8678513b3cce4aedd830b29bf9f2612
parent467a4740dae1c0fa9d50c64e07b03ee82904e8e5
Implemented computed goto + added goto test for testsuite (tests both normal and computed goto statements).
parser.c
tests/goto.qc [new file with mode: 0644]
tests/goto.tmpl [new file with mode: 0644]