]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - intrin.cpp
temp committing major c++ification
[xonotic/gmqcc.git] / intrin.cpp
index fd7fa73a22495df304bf73c867749727066421fb..793cd7f9dcce4d97ad3e6c43961a3049c9a58be0 100644 (file)
@@ -8,7 +8,7 @@ lex_ctx_t intrin::ctx() const {
     return parser_ctx(m_parser);
 }
 
     return parser_ctx(m_parser);
 }
 
-ast_function *intrin::value(ast_value **out, const char *name, qcint_t vtype) {
+ast_function *intrin::value(ast_value **out, const char *name, qc_type vtype) {
     ast_value *value = nullptr;
     ast_function *func  = nullptr;
     char buffer[1024];
     ast_value *value = nullptr;
     ast_function *func  = nullptr;
     char buffer[1024];