mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 21:32:26 +00:00
fixed error reported by pdewacht: with -l option voc hung if error was
at the last line, and no eol followed. ; -- noch
Former-commit-id: fff1337578
This commit is contained in:
parent
7607ee8651
commit
b8b1012e9a
1 changed files with 7 additions and 7 deletions
|
|
@ -453,7 +453,7 @@ MODULE OPM; (* RC 6.3.89 / 28.6.89, J.Templ 10.7.89 / 22.7.96 *)
|
||||||
|
|
||||||
Console.Char(ch); Console.Ln;
|
Console.Char(ch); Console.Ln;
|
||||||
*)
|
*)
|
||||||
UNTIL (j >= linenum) OR (i >= 1022);
|
UNTIL (j >= linenum) OR (i >= 1022) OR r.eof;
|
||||||
|
|
||||||
Console.Ln; Console.String(" "); Console.String(line); Console.Ln;
|
Console.Ln; Console.String(" "); Console.String(line); Console.Ln;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue