X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=ast.h;h=9b554214361258d9ddebf140e5107ccdaee7466f;hb=1a9c82483cbbcf194f2da51790db370024aafbba;hp=83c700a97938d696b1515ea83bb601a4f439e697;hpb=52ffc6db10de5815e4256d9fdc4665b409c34147;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