X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=gmqcc.h;h=02a8c891f57d5ee4638b66cbdfd8fd1ed7631cb4;hb=fe344cb5b29516f26105f0fe2aeaf66d4dbb6d34;hp=9a07d7aabe662ce90ba42c8116842a8d4116e305;hpb=f7bc1dca08d4fae8d6f1cffcc4cd7169a033f78b;p=xonotic%2Fgmqcc.git diff --git a/gmqcc.h b/gmqcc.h index 9a07d7a..02a8c89 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -623,8 +623,10 @@ int con_out (const char *, ...); extern size_t compile_errors; extern size_t compile_warnings; -void /********/ compile_error (lex_ctx ctx, /*LVL_ERROR*/ const char *msg, ...); -bool GMQCC_WARN compile_warning(lex_ctx ctx, int warntype, const char *fmt, ...); +void /********/ compile_error (lex_ctx ctx, /*LVL_ERROR*/ const char *msg, ...); +bool GMQCC_WARN compile_warning(lex_ctx ctx, int warntype, const char *fmt, ...); +void /********/ vcompile_error (lex_ctx ctx, /*LVL_ERROR*/ const char *msg, va_list); +bool GMQCC_WARN vcompile_warning(lex_ctx ctx, int warntype, const char *fmt, va_list); /*===================================================================*/ /*========================= assembler.c =============================*/