]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
Warna bout unused variables - -Wunused-variable, on by default
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index 1d62ad9a903f8261051e31e7809e3122d7f509d5..0664f2825895256c520f012f2b0d678597c061ab 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -146,6 +146,9 @@ struct ast_value_s
         ast_function *vfunc;
     } constval;
 
+    /* usecount for the parser */
+    size_t uses;
+
     ir_value *ir_v;
 };