The slightly altered error message format greatly

enhances use of the pascal compiler under emacs.
This commit is contained in:
keie 1984-06-21 11:10:16 +00:00
parent bcac854101
commit df2d12c52d

View file

@ -428,7 +428,7 @@ listshort() {
while (nexterror()) {
while (listlino < curr.lino)
nextline(0);
printf("%s, %d: ",listfnam,listrela);
printf("%s, line %d: ",listfnam,listrela);
string(&curr);
}
}