From: Wolfgang Bumiller Date: Thu, 19 Sep 2013 18:55:32 +0000 (+0200) Subject: moving the QCVM_EXECUTOR ifdef in conout.c - these are used in the executor X-Git-Tag: 0.3.5~84^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8d2a6ca419299e180d14a5de21ab1099242207c2;p=xonotic%2Fgmqcc.git moving the QCVM_EXECUTOR ifdef in conout.c - these are used in the executor --- diff --git a/conout.c b/conout.c index aedff4d..63391d6 100644 --- a/conout.c +++ b/conout.c @@ -326,7 +326,6 @@ int con_out(const char *fmt, ...) { return ln; } -#ifndef QCVM_EXECUTOR /* * Utility console message writes for lexer contexts. These will allow * for reporting of file:line based on lexer context, These are used @@ -379,6 +378,7 @@ void con_cprintmsg(lex_ctx_t ctx, int lvl, const char *msgtype, const char *msg, va_end (va); } +#ifndef QCVM_EXECUTOR /* General error interface */ size_t compile_errors = 0; size_t compile_warnings = 0;