]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commit
Creating the ast_function for a function only when encountering its body, so if no...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Mon, 20 Aug 2012 16:09:41 +0000 (18:09 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Mon, 20 Aug 2012 16:09:41 +0000 (18:09 +0200)
commit99bab760064aebe3e2dd9e3ecaabc2ab125367e2
treefb7fcaf273203883d8f52ce3a5f226d169a9ec50
parent20448b93dc30673c013cd2abcb9ad0b9bf063dad
Creating the ast_function for a function only when encountering its body, so if no body is specified it works like a function pointer - just like QC wants it
data/vars.qc
parser.c