]> git.xonotic.org Git - xonotic/gmqcc.git/commit
function in the ast now MUST have an output type in their 'next' ast_expression point...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 29 Jun 2012 11:07:19 +0000 (13:07 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 29 Jun 2012 11:07:19 +0000 (13:07 +0200)
commitc1ea9cc40905daf4a61e43a17135e961721aa549
tree6ab3b0e4a48966ddc8a9efc04d0abab323a5a28d
parent67fa4ce07bc416d3c7959e1c35110514b6cd963b
function in the ast now MUST have an output type in their 'next' ast_expression pointer, the IR's outtype of functions is now filled
ast.c
ir.c
ir.h
test/ast-macros.h
test/ast-test.c