aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-03-20 04:41:13 +0000
committerRichard M. Stallman1998-03-20 04:41:13 +0000
commit4d60e093d5519b48980627ec6a07bc22866f01ae (patch)
treedb2a705ac56733a3c6d6e0726c6f262aff083eab
parentbd26d5a361621e6b921cb37691395bc0efb10797 (diff)
downloademacs-4d60e093d5519b48980627ec6a07bc22866f01ae.tar.gz
emacs-4d60e093d5519b48980627ec6a07bc22866f01ae.zip
(compilation-error-regexp-alist):
Handle f90 in DEC AXP OSF/1 cc pattern.
-rw-r--r--lisp/progmodes/compile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 53c291825f4..fa20a9742a3 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -230,7 +230,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2)
230 ;; ccom: Error: foo.c, line 2: syntax error 230 ;; ccom: Error: foo.c, line 2: syntax error
231 ;; DEC AXP OSF/1 cc 231 ;; DEC AXP OSF/1 cc
232 ;; /usr/lib/cmplrs/cc/cfe: Error: foo.c: 1: blah blah 232 ;; /usr/lib/cmplrs/cc/cfe: Error: foo.c: 1: blah blah
233 ("[a-z/]+: \\([eE]rror\\|[wW]arning\\): \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 2 4) 233 ("[a-z0-9/]+: \\([eE]rror\\|[wW]arning\\): \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 2 4)
234 234
235 ;; IBM AIX PS/2 C version 1.1: 235 ;; IBM AIX PS/2 C version 1.1:
236 ;; ****** Error number 140 in line 8 of file errors.c ****** 236 ;; ****** Error number 140 in line 8 of file errors.c ******