Another one.
authorceriel <none@none>
Fri, 6 Feb 1987 23:40:25 +0000 (23:40 +0000)
committerceriel <none@none>
Fri, 6 Feb 1987 23:40:25 +0000 (23:40 +0000)
util/topgen/LLlex.c

index 646664c..3cd613a 100644 (file)
@@ -54,7 +54,7 @@ LLlex() {
                        else c = getc(input);
                 }
                else {
-                       ungetc(c, stdin);
+                       ungetc(c, input);
                        c = '/';
                        break;
                }