X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=lexer.c;h=7722f4f5795f02ee6c355aa6ea1b172c89948440;hp=db0a8f4d9bf541bdd25597c5047e040d7dc36fc5;hb=10dd7aacfe87f97e10d61dff343e00b9c03eac69;hpb=1b5504fb9eae2f1eb2a0ef90afecf35387087bcb diff --git a/lexer.c b/lexer.c index db0a8f4..7722f4f 100644 --- a/lexer.c +++ b/lexer.c @@ -58,7 +58,7 @@ static size_t num_keywords_fg = sizeof(keywords_fg) / sizeof(keywords_fg[0]); * Lexer code */ -char* *lex_filenames; +static char* *lex_filenames; void lexerror(lex_file *lex, const char *fmt, ...) {