X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ast.h;h=11644ff5674cde51edc2339e05982091c840c7ad;hp=9b7e5587f9cd6e11912cd439b9be72e4c290490a;hb=3b4a5667ea8b1b7aa8a10734c57c02d1561fcdd7;hpb=bbe4927a20492e98c1b58d6f10fbe6eddcc72189 diff --git a/ast.h b/ast.h index 9b7e558..11644ff 100644 --- a/ast.h +++ b/ast.h @@ -207,6 +207,9 @@ struct ast_value_s /* ONLY for arrays in progs version up to 6 */ ast_value *setter; ast_value *getter; + + + bool intrinsic; /* true if associated with intrinsic */ }; ast_value* ast_value_new(lex_ctx_t ctx, const char *name, int qctype);