]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.h
Major export cleanup. Anything that was exported but wasn't used outside where it...
[xonotic/gmqcc.git] / lexer.h
diff --git a/lexer.h b/lexer.h
index 2573fb209c6077ff8931546845e952053e268367..5f0bb6375c25563d8593c7b4e524463fe9575a38 100644 (file)
--- a/lexer.h
+++ b/lexer.h
@@ -340,6 +340,6 @@ static const size_t qcc_operator_count = (sizeof(qcc_operators) / sizeof(qcc_ope
 
 extern const oper_info *operators;
 extern size_t           operator_count;
-void lexerror(lex_file*, const char *fmt, ...);
+/*void lexerror(lex_file*, const char *fmt, ...);*/
 
 #endif