Fix a very nasty bug in the lexer's handling of comments

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-11-23 21:35:14 +01:00
parent 9bb80788d8
commit ab55673c35

View file

@ -604,6 +604,7 @@ static int lex_skipwhite(lex_file *lex)
}
break;
}
lex_ungetch(lex, ch);
}
if (lex->flags.preprocessing) {
lex_tokench(lex, ' '); /* ch); */