]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
ast: isconst->hasvalue, const keyword will set the const flag
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index 0a23a324ae30c77308818e2d583ff0bf0e97878c..c4f6dc7da3afc0c3d8d2fe8e74b58e9d091db988 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -155,7 +155,7 @@ struct ast_value_s
     ast_value  *next;
     */
 
-    bool isconst;
+    bool hasvalue;
     union {
         double        vfloat;
         int           vint;