]> git.xonotic.org Git - xonotic/gmqcc.git/commit
ast_block_collect: add to ast_block->collect and set the node's .keep=true, those...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sat, 18 Aug 2012 14:27:40 +0000 (16:27 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sat, 18 Aug 2012 14:27:40 +0000 (16:27 +0200)
commitb6ab0207b1b18a9a8eebffcfab5c61d7302b027d
treed4159d52f2b41c1eade7f2d9492579f44f8ccedc
parent5a78270ada10c0d6a085b2ca829f4c4bbfc3616a
ast_block_collect: add to ast_block->collect and set the node's .keep=true, those will now always be deleted by the ast_block dtor
ast.c
ast.h
parser.c