]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
adding 'final'
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index 26434138cb7feb1b12cffe1635596301329c4a10..936a58763db75af31fe75925cc49e7b21766da4f 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -73,6 +73,8 @@ enum {
      */
     AST_FLAG_ARRAY_INIT    = 1 << 10,
 
+    AST_FLAG_FINAL_DECL    = 1 << 11,
+
     AST_FLAG_LAST,
     AST_FLAG_TYPE_MASK     = (AST_FLAG_VARIADIC | AST_FLAG_NORETURN)
 };