]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commit
ast_store to take ast_expression on its left, rather than ast_value. Assigning to...
authorWolfgang Bumiller <wolfgang.linux@bumiller.com>
Sat, 28 Jul 2012 16:13:12 +0000 (18:13 +0200)
committerWolfgang Bumiller <wolfgang.linux@bumiller.com>
Sat, 28 Jul 2012 16:13:12 +0000 (18:13 +0200)
commitc5ba27da6f2ce3916b71653bc24b258aaf322c17
tree4c7fad913b9dc6a81b0955653aee0696785baccd
parent10d70328c8a9e018a85c83f048a7850c49e7cb0c
ast_store to take ast_expression on its left, rather than ast_value. Assigning to a vector member would not put an ast_value on the left, but an ast_member, thus: ast_expression now already
ast.c
ast.h
test/ast-macros.h