X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ast.h;h=004243fd7717fdf4ceea6343b7fe4ba06ae88200;hp=a7fd7b8a7f1cf133969de4342de56faf5093c54c;hb=2a3e7c1cff95a06b85ca2860735433cc59da64f5;hpb=316298650e21c2f81c04e1124ef2943306386ae5 diff --git a/ast.h b/ast.h index a7fd7b8..004243f 100644 --- a/ast.h +++ b/ast.h @@ -169,6 +169,7 @@ struct ast_value_s const char *vstring; int ventity; ast_function *vfunc; + ast_value *vfield; } constval; /* usecount for the parser */