X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=lexer.c;h=7722f4f5795f02ee6c355aa6ea1b172c89948440;hb=69b55ccc03b56af1f6c05eb45866ab198307487f;hp=db0a8f4d9bf541bdd25597c5047e040d7dc36fc5;hpb=3a4aba0b31427a6cbea08a959aedf12c2e69a893;p=xonotic%2Fgmqcc.git 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, ...) {