The slightly altered error message format greatly
enhances use of the pascal compiler under emacs.
This commit is contained in:
parent
bcac854101
commit
df2d12c52d
|
@ -428,7 +428,7 @@ listshort() {
|
||||||
while (nexterror()) {
|
while (nexterror()) {
|
||||||
while (listlino < curr.lino)
|
while (listlino < curr.lino)
|
||||||
nextline(0);
|
nextline(0);
|
||||||
printf("%s, %d: ",listfnam,listrela);
|
printf("%s, line %d: ",listfnam,listrela);
|
||||||
string(&curr);
|
string(&curr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue