diff lisp/progmodes/compile.el @ 3825:ae1462a1a8d4

(compilation-error-regexp-alist): Generalize the Apollo/BSD4.3 regexp to handle IBM RS6k too.
author Richard M. Stallman <rms@gnu.org>
date Fri, 18 Jun 1993 21:40:46 +0000
parents 6b495ab7635e
children c5b6f641698a
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Fri Jun 18 18:58:46 1993 +0000
+++ b/lisp/progmodes/compile.el	Fri Jun 18 21:40:46 1993 +0000
@@ -131,7 +131,9 @@
 
     ;; Apollo cc, 4.3BSD fc:
     ;;	"foo.f", line 3: Error: syntax error near end of statement
-    ("\"\\([^,\" \n\t]+\\)\", line \\([0-9]+\\):" 1 2)
+    ;; IBM RS6000:
+    ;;  "vvouch.c", line 19.5: 1506-046 (S) Syntax error.
+    ("\"\\([^,\" \n\t]+\\)\", line \\([0-9]+\\)[:.]" 1 2)
 
     ;; MIPS RISC CC - the one distributed with Ultrix:
     ;;	ccom: Error: foo.c, line 2: syntax error