]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
gitignore: add gmqcc, gmqpak, qmcvm, testsuite, pak.
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
old mode 100755 (executable)
new mode 100644 (file)
index 14d38d8..bae07db
--- a/ast.h
+++ b/ast.h
@@ -177,6 +177,7 @@ struct ast_value_s
 
     int  cvq;     /* const/var qualifier */
     bool isfield; /* this declares a field */
+    bool isimm;   /* an immediate, not just const */
     bool hasvalue;
     union {
         double        vfloat;