]> git.xonotic.org Git - xonotic/gmqcc.git/commit
type parsing for constants, globals and locals. Sanatize constants to select interna...
authorDale Weiler <killfieldengine@gmail.com>
Sat, 28 Apr 2012 07:53:23 +0000 (03:53 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Sat, 28 Apr 2012 07:53:23 +0000 (03:53 -0400)
commitde01d34925cb609607e76b3cb7e7a48312f2cc8e
tree9f7efddc278476549d137e01fce474bafd700bf4
parentfd31c203dc60383d8b5d97b0f41175861cea8e99
type parsing for constants, globals and locals.  Sanatize constants to select internal functions to prevent possible runtime issues that could be a result of atoi working for what we consider invalid strings containing constants.
asm.c
data/test.qs
gmqcc.h
util.c