Selaa lähdekoodia

The slightly altered error message format greatly
enhances use of the pascal compiler under emacs.

keie 40 vuotta sitten
vanhempi
commit
df2d12c52d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      util/ack/pc/em_pc.c

+ 1 - 1
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);
 	}
 }