diff lisp/progmodes/compile.el @ 5633:6e0443843832

(compilation-error-regexp-alist): Handle DEC AXP OSF/1.
author Richard M. Stallman <rms@gnu.org>
date Wed, 19 Jan 1994 14:21:20 +0000
parents f600a46890d1
children bd2a637f1b30
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Wed Jan 19 13:57:16 1994 +0000
+++ b/lisp/progmodes/compile.el	Wed Jan 19 14:21:20 1994 +0000
@@ -144,7 +144,9 @@
 
     ;; MIPS RISC CC - the one distributed with Ultrix:
     ;;	ccom: Error: foo.c, line 2: syntax error
-    ("rror: \\([^,\" \n\t]+\\), line \\([0-9]+\\):" 1 2)
+    ;; DEC AXP OSF/1 cc
+    ;;  /usr/lib/cmplrs/cc/cfe: Error: foo.c: 1: blah blah 
+    ("rror: \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 1 3)
 
     ;; IBM AIX PS/2 C version 1.1:
     ;;	****** Error number 140 in line 8 of file errors.c ******