From df2d12c52dc33dbdee891edf4e752c5b10e02893 Mon Sep 17 00:00:00 2001 From: keie Date: Thu, 21 Jun 1984 11:10:16 +0000 Subject: [PATCH] The slightly altered error message format greatly enhances use of the pascal compiler under emacs. --- util/ack/pc/em_pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ack/pc/em_pc.c b/util/ack/pc/em_pc.c index 16a138298..8187abed2 100644 --- a/util/ack/pc/em_pc.c +++ b/util/ack/pc/em_pc.c @@ -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); } } -- 2.34.1