]> git.xonotic.org Git - xonotic/gmqcc.git/commit
let ast_node have a use-counter, helpful for the parser to delete unused fields which...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sat, 18 Aug 2012 14:16:43 +0000 (16:16 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sat, 18 Aug 2012 14:16:43 +0000 (16:16 +0200)
commit25ffd11aa63c018632f3906092622353f79a8129
tree735a02ec980531e13908b69ced10412abe42066c
parenta67110410be67eb8a9a1f526a53c35b45c74e66b
let ast_node have a use-counter, helpful for the parser to delete unused fields which otherwise get lost in the void
ast.c
ast.h
parser.c