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