]> git.xonotic.org Git - xonotic/gmqcc.git/commit
ast_value_copy should copy the expression substructure as well - exposing ast_value_c...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sat, 18 Aug 2012 15:16:20 +0000 (17:16 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sat, 18 Aug 2012 15:16:20 +0000 (17:16 +0200)
commit24a21d08167dae7657d1785ec5db7c1727c7d238
tree0495aca9bff35dd7d970615ec7e12222d94d4ed3
parent3effcd234298c5b135dd9ebfe2ade11986136f75
ast_value_copy should copy the expression substructure as well - exposing ast_value_copy to the outside since the parser needs to copy complete types when multiple variables are declared with commas
ast.c
ast.h
parser.c