]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Some intrinsic code cleanup. The args check is handled anyways in the parser. We...
authorDale Weiler <killfieldengine@gmail.com>
Wed, 16 Oct 2013 04:04:39 +0000 (00:04 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 16 Oct 2013 04:04:39 +0000 (00:04 -0400)
commit50d165e1737994ea8d72322fdb506b4da96925a3
tree7d1cc19bcd4a5244eee29e645f62226254bcf4bb
parenteca82511c6a8576651d9d8c8925f138a19a40bb4
Some intrinsic code cleanup. The args check is handled anyways in the parser. We use a generated array alongside to prevent generating the intrinsic multiple times instead of using static storage. Other various cleanups as well.
intrin.c
parser.c
parser.h