]> git.xonotic.org Git - xonotic/gmqcc.git/commit
TYPE_FUNCTION values which are not constant are now allowed to be generated, they...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Tue, 21 Aug 2012 14:01:28 +0000 (16:01 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Tue, 21 Aug 2012 14:01:28 +0000 (16:01 +0200)
commit19b66800aef1013f3d2dfad2358c632bdf3df3a7
tree17279b9c9c3d0b93747790e89926fb81625523af
parent8f4333df30f8b8176f2942bd8ac205eec52c2738
TYPE_FUNCTION values which are not constant are now allowed to be generated, they are function pointers.
data/functions.qc
ir.c
parser.c