From 32036f8b1c59e94b8fcdc976cf1b531571a6c41e Mon Sep 17 00:00:00 2001 From: ragge Date: Tue, 20 Apr 2010 19:43:52 +0000 Subject: One more comment-handling bug found by Iain Hibbert. --- cpp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp.c b/cpp.c index 769f692..d76991e 100644 --- a/cpp.c +++ b/cpp.c @@ -622,6 +622,7 @@ getcmnt(void) int c; savstr((usch *)yytext); + savch(cinput()); /* Lost * */ for (;;) { c = cinput(); if (c == '*') { -- cgit v1.2.3