Another one.
This commit is contained in:
parent
bdef113184
commit
ce47e41665
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue