]> git.xonotic.org Git - xonotic/gmqcc.git/commit
ast_function_codegen: Add a return instruction if it is missing, or error if we're...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Thu, 3 May 2012 12:15:02 +0000 (14:15 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Thu, 3 May 2012 12:15:02 +0000 (14:15 +0200)
commit46122235e62fa92cca4115b4331f9cb3703a8025
tree954f92864043e48901071ab4375a1930ec329654
parentbd84ebcf74aa6e622544e1a3ef696bbf489a1540
ast_function_codegen: Add a return instruction if it is missing, or error if we're not in a void-function
ast.c