]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Don't check for is_return but for final at the end of a function so that if 'goto...
authorWolfgang Bumiller <blub@speed.at>
Thu, 20 Dec 2012 20:05:29 +0000 (21:05 +0100)
committerWolfgang Bumiller <blub@speed.at>
Thu, 20 Dec 2012 20:05:29 +0000 (21:05 +0100)
commit8d86d7d1c13bb51fa816e707a1d101061518fcba
treeaa304b242ad562ee44aa381efae7194b1170b49f
parent93341dd00979e06312759d516e553f29a0887ef1
Don't check for is_return but for final at the end of a function so that if 'goto' is the last expression we don't try to append a return
ast.c