X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ast.h;h=bf7f6aa3c5cb1abd81811504332456ffe880461b;hp=eeba63626da652bd9af021801121646ecfb6f772;hb=755ee5462fb3d59b181da79d7c7f7eeba32bda2c;hpb=432a29e4d961d54dd8ad2fde73174569f15bca1e diff --git a/ast.h b/ast.h index eeba636..bf7f6aa 100644 --- a/ast.h +++ b/ast.h @@ -143,6 +143,8 @@ typedef struct #define AST_FLAG_VARIADIC (1<<0) #define AST_FLAG_NORETURN (1<<1) #define AST_FLAG_INLINE (1<<2) +#define AST_FLAG_INITIALIZED (1<<3) +#define AST_FLAG_TYPE_MASK (AST_FLAG_VARIADIC | AST_FLAG_NORETURN) /* Value *