]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
more general qualifier/attribute parsing, added not-yet-used AST_FLAG_INLINE and...
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index 5dee4443825687eb7ebb0ef55e6457bb74bc09b8..b9b2ab875a6df7dcf1f6fd1c1e8ade2bfd93d695 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -142,6 +142,7 @@ typedef struct
 } ast_expression_common;
 #define AST_FLAG_VARIADIC     (1<<0)
 #define AST_FLAG_NORETURN     (1<<1)
+#define AST_FLAG_INLINE       (1<<2)
 
 /* Value
  *