]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
Implemented generalized attribute aliases. You can now alias functions, locals,...
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index 83c700a97938d696b1515ea83bb601a4f439e697..9b554214361258d9ddebf140e5107ccdaee7466f 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -151,6 +151,7 @@ typedef struct
 #define AST_FLAG_DEPRECATED   (1<<4)
 #define AST_FLAG_INCLUDE_DEF  (1<<5)
 #define AST_FLAG_IS_VARARG    (1<<6)
+#define AST_FLAG_ALIAS        (1<<7)
 #define AST_FLAG_TYPE_MASK (AST_FLAG_VARIADIC | AST_FLAG_NORETURN)
 
 /* Value