changeset 21224:1581abe1a67e

(compilation-error-regexp-alist): Handle f90 in DEC AXP OSF/1 cc pattern.
author Richard M. Stallman <rms@gnu.org>
date Fri, 20 Mar 1998 04:41:13 +0000
parents 7f00d0edbd29
children 47e189a470d2
files lisp/progmodes/compile.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Thu Mar 19 21:19:07 1998 +0000
+++ b/lisp/progmodes/compile.el	Fri Mar 20 04:41:13 1998 +0000
@@ -230,7 +230,7 @@
     ;;	ccom: Error: foo.c, line 2: syntax error
     ;; DEC AXP OSF/1 cc
     ;;  /usr/lib/cmplrs/cc/cfe: Error: foo.c: 1: blah blah
-    ("[a-z/]+: \\([eE]rror\\|[wW]arning\\): \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 2 4)
+    ("[a-z0-9/]+: \\([eE]rror\\|[wW]arning\\): \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 2 4)
 
     ;; IBM AIX PS/2 C version 1.1:
     ;;	****** Error number 140 in line 8 of file errors.c ******