]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Implemented __builtin_mod, and % operator. Added floor builtin to the standalone...
authorDale Weiler <killfieldengine@gmail.com>
Fri, 8 Mar 2013 09:17:54 +0000 (09:17 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Fri, 8 Mar 2013 09:17:54 +0000 (09:17 +0000)
commitf19adcd1b3e7f15ce83d1d43c5acee312c9f56ca
tree29bd8daa66442e707755adb760d293d8410c16a4
parentb971ddec3a7bb56ac6c9bc094916828283838adf
Implemented __builtin_mod, and % operator. Added floor builtin to the standalone executor.  Mod works so long as the compiler can find a suitable definition of "float floor(float)", otherwise it prints a diagnostic and gives up (original id1 Quake had floor so we can depend on it).
exec.c
lexer.c
parser.c