Another one.
This commit is contained in:
parent
bdef113184
commit
ce47e41665
|
@ -54,7 +54,7 @@ LLlex() {
|
|||
else c = getc(input);
|
||||
}
|
||||
else {
|
||||
ungetc(c, stdin);
|
||||
ungetc(c, input);
|
||||
c = '/';
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue