Bug fix (INPUT, not STDIN !!!)

This commit is contained in:
ceriel 1987-02-06 23:38:35 +00:00
parent 254364ca11
commit bdef113184

View file

@ -85,7 +85,7 @@ LLlex() {
dot.t_tokno = PATTERN_SEPARATOR;
return PATTERN_SEPARATOR;
}
ungetc(c,stdin);
ungetc(c,input);
dot.t_tokno = OTHER;
return OTHER;
case open_bracket :