X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ast.h;h=9b554214361258d9ddebf140e5107ccdaee7466f;hp=83c700a97938d696b1515ea83bb601a4f439e697;hb=e27eebe0f9eb262baf7b6ce288c7ecb4fbcc591a;hpb=b3e87c328009c3c5b1b700d600733906d7792f59 diff --git a/ast.h b/ast.h index 83c700a..9b55421 100644 --- 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