]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-error-regexp-alist): Handle DEC AXP OSF/1.
authorRichard M. Stallman <rms@gnu.org>
Wed, 19 Jan 1994 14:21:20 +0000 (14:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 19 Jan 1994 14:21:20 +0000 (14:21 +0000)
lisp/progmodes/compile.el

index a448f0071350b50302aceeaded88f425ed8a10c1..e2ff867fd92d0a12fea8fdbd9f4c5163d389f274 100644 (file)
@@ -144,7 +144,9 @@ of[ \t]+\"?\\([^\"\n]+\\)\"?:" 3 2)
 
     ;; 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 ******