summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpp.c1
1 files changed, 1 insertions, 0 deletions
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 == '*') {