]> git.xonotic.org Git - xonotic/gmqcc.git/commit
local compile-time const values are now created as globals, thus they're now subject...
authorWolfgang Bumiller <wry.git@bumiller.com>
Sat, 24 May 2014 17:13:49 +0000 (19:13 +0200)
committerWolfgang Bumiller <wry.git@bumiller.com>
Sat, 24 May 2014 17:13:49 +0000 (19:13 +0200)
commitedb38ce70e86acde9530af5861cfcf8f396b5e75
treeda85247651edac7047806e8e5f7c83f73801c4cf
parent536138273f7d9d82fe9212dfa06873a95d548c1d
local compile-time const values are now created as globals, thus they're now subject to constant-folding
parser.c
tests/inexact-local.qc [new file with mode: 0644]
tests/inexact-local.tmpl [new file with mode: 0644]