X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=intrin.cpp;h=793cd7f9dcce4d97ad3e6c43961a3049c9a58be0;hp=fd7fa73a22495df304bf73c867749727066421fb;hb=f09c6a5d63faaad1b915868c461b658efd374a34;hpb=794396df792a4eba46ebbcfb364d4311c3a4ca72 diff --git a/intrin.cpp b/intrin.cpp index fd7fa73..793cd7f 100644 --- a/intrin.cpp +++ b/intrin.cpp @@ -8,7 +8,7 @@ lex_ctx_t intrin::ctx() const { 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];