]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
Added a flag to both ast and ir which enforces the generation of a globaldef for...
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index ce69810e152fbc7ea8e338ed0fe0e00bc89b3cf0..37bbf0266aab0d332e79b6302f2fd9d397eb34a7 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -145,6 +145,7 @@ typedef struct
 #define AST_FLAG_INLINE       (1<<2)
 #define AST_FLAG_INITIALIZED  (1<<3)
 #define AST_FLAG_DEPRECATED   (1<<4)
+#define AST_FLAG_INCLUDE_DEF  (1<<5)
 #define AST_FLAG_TYPE_MASK (AST_FLAG_VARIADIC | AST_FLAG_NORETURN)
 
 /* Value