Another one.
This commit is contained in:
parent
bdef113184
commit
ce47e41665
@ -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…
x
Reference in New Issue
Block a user