diff --git a/lexer.c b/lexer.c index 8f1bcb8..61fe11f 100644 --- a/lexer.c +++ b/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); */