mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-30 06:21:45 +00:00
Fix a very nasty bug in the lexer's handling of comments
This commit is contained in:
parent
9bb80788d8
commit
ab55673c35
1 changed files with 1 additions and 0 deletions
1
lexer.c
1
lexer.c
|
@ -604,6 +604,7 @@ static int lex_skipwhite(lex_file *lex)
|
|||
}
|
||||
break;
|
||||
}
|
||||
lex_ungetch(lex, ch);
|
||||
}
|
||||
if (lex->flags.preprocessing) {
|
||||
lex_tokench(lex, ' '); /* ch); */
|
||||
|
|
Loading…
Reference in a new issue