Another one.

This commit is contained in:
ceriel 1987-02-06 23:40:25 +00:00
parent 53aa98ed09
commit 180407bce1

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;
} }