From: ceriel Date: Fri, 6 Feb 1987 23:40:25 +0000 (+0000) Subject: Another one. X-Git-Tag: release-5-5~4725 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ce47e41665500ef583cfb58dc8fd67fcc762f61e;p=ack.git Another one. --- diff --git a/util/topgen/LLlex.c b/util/topgen/LLlex.c index 646664c0b..3cd613abc 100644 --- a/util/topgen/LLlex.c +++ b/util/topgen/LLlex.c @@ -54,7 +54,7 @@ LLlex() { else c = getc(input); } else { - ungetc(c, stdin); + ungetc(c, input); c = '/'; break; }