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 c = getc(input);
} }
else { else {
ungetc(c, stdin); ungetc(c, input);
c = '/'; c = '/';
break; break;
} }