]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - conout.c
Move some things around
[xonotic/gmqcc.git] / conout.c
index 13a242f4041b613f539c1030bd59a6c2bcf320e1..2f1eb9e25e369acbeaec9142c29737a91a62bd9f 100644 (file)
--- a/conout.c
+++ b/conout.c
@@ -327,6 +327,7 @@ 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
@@ -445,3 +446,4 @@ bool GMQCC_WARN compile_warning(lex_ctx ctx, int warntype, const char *fmt, ...)
     va_end(ap);
     return r;
 }
+#endif