]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - intrin.h
add another test that we just didn't have anywhere else yet
[xonotic/gmqcc.git] / intrin.h
index e0151d8bdabb33c1ba87b39f9240cfe5a3a26a39..fe9ee78631d38735d4d742113a66dc75270c54bd 100644 (file)
--- a/intrin.h
+++ b/intrin.h
@@ -30,7 +30,7 @@ struct intrin {
 
 protected:
     lex_ctx_t ctx() const;
-    ast_function *value(ast_value **out, const char *name, qcint_t vtype);
+    ast_function *value(ast_value **out, const char *name, qc_type vtype);
     void reg(ast_value *const value, ast_function *const func);
 
     ast_expression *nullfunc();