]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - parser.h
Use "##" to ensure the names of the accumulated functions are striped by the IR.
[xonotic/gmqcc.git] / parser.h
index b1c7a2085d298753f848deefc642aabca16df1e4..5c24650738ee23b6e6cba7df48b72e2650a6eddb 100644 (file)
--- a/parser.h
+++ b/parser.h
@@ -47,7 +47,8 @@ typedef struct {
 } intrin_func_t;
 
 struct intrin_s {
-    intrin_func_t  *intrinsics;              /* vector<intrin_func_t> */
+    intrin_func_t  *intrinsics;              /* vector<intrin_func_t>   */
+    ast_expression **generated;              /* vector<ast_expression*> */
     parser_t       *parser;
     fold_t         *fold;
 };