# HG changeset patch # User Richard M. Stallman # Date 740439646 0 # Node ID ae1462a1a8d43211c6b7d466063c25fab311359b # Parent d7069bd4488522c3386789da21f951c858dcbd5e (compilation-error-regexp-alist): Generalize the Apollo/BSD4.3 regexp to handle IBM RS6k too. diff -r d7069bd44885 -r ae1462a1a8d4 lisp/progmodes/compile.el --- 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