Another one.

This commit is contained in:
ceriel
1987-02-06 23:40:25 +00:00
parent bdef113184
commit ce47e41665

View File

@@ -54,7 +54,7 @@ LLlex() {
else c = getc(input);
}
else {
ungetc(c, stdin);
ungetc(c, input);
c = '/';
break;
}