]> de.git.xonotic.org Git - xonotic/gmqcc.git/commit
ast_binary takes 2 expressions, not 2 values, ast_store takes a value and and express...
authorWolfgang Bumiller <wolfgang.linux@bumiller.com>
Sat, 28 Apr 2012 15:27:06 +0000 (17:27 +0200)
committerWolfgang Bumiller <wolfgang.linux@bumiller.com>
Sat, 28 Apr 2012 18:55:41 +0000 (20:55 +0200)
commit6145ecf7e0bd93d654bbe582a7a3cb4416612998
tree18d661852abadb74651f45c5b6cf6d75104ae4c4
parent0f38a560b6f38bc62f853e671dfd5fdeb1c4f2c2
ast_binary takes 2 expressions, not 2 values, ast_store takes a value and and expression for now until we support pointers, also: dropped the 'keep' param from ast_value_new, values are always to be stored somewhere to be deleted independently from their uses
ast.c
ast.h