]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
Adding '&~=' to the -std=gmqcc operator list
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index bf7f6aa3c5cb1abd81811504332456ffe880461b..5f553798980ad9c1ea216dd31ea658b9228a192f 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -144,6 +144,7 @@ typedef struct
 #define AST_FLAG_NORETURN     (1<<1)
 #define AST_FLAG_INLINE       (1<<2)
 #define AST_FLAG_INITIALIZED  (1<<3)
+#define AST_FLAG_DEPRECATED   (1<<4)
 #define AST_FLAG_TYPE_MASK (AST_FLAG_VARIADIC | AST_FLAG_NORETURN)
 
 /* Value
@@ -158,6 +159,7 @@ struct ast_value_s
     ast_expression_common expression;
 
     const char *name;
+    const char *desc;
 
     /*
     int         vtype;