X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=ast.h;h=004243fd7717fdf4ceea6343b7fe4ba06ae88200;hb=41881823b728fa73edac9df45f2239c83f5fa9ca;hp=a7fd7b8a7f1cf133969de4342de56faf5093c54c;hpb=316298650e21c2f81c04e1124ef2943306386ae5;p=xonotic%2Fgmqcc.git 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 */