The slightly altered error message format greatly
authorkeie <none@none>
Thu, 21 Jun 1984 11:10:16 +0000 (11:10 +0000)
committerkeie <none@none>
Thu, 21 Jun 1984 11:10:16 +0000 (11:10 +0000)
enhances use of the pascal compiler under emacs.

util/ack/pc/em_pc.c

index 16a1382..8187abe 100644 (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);
        }
 }