]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
renaming ast_function::vtype to function_type
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index e721afc1b7a7501f088099b0a1df9a7b4e2970d6..dcfffbafeee7d5fad6b56db53c9b7947fdb18b48 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -624,7 +624,7 @@ struct ast_function
 {
     ast_node node;
 
-    ast_value *vtype;
+    ast_value  *function_type;
     const char *name;
 
     int builtin;