changeset 19163:2f112911cf81

(compilation-error-regexp-alist): Make the MIPS/DEC pattern more specific at the start; accept warnings as well as errors.
author Richard M. Stallman <rms@gnu.org>
date Tue, 05 Aug 1997 08:06:52 +0000
parents c53a142e847a
children 3187940bd6b2
files lisp/progmodes/compile.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Tue Aug 05 07:05:12 1997 +0000
+++ b/lisp/progmodes/compile.el	Tue Aug 05 08:06:52 1997 +0000
@@ -222,7 +222,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
-    (".*rror: \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 1 3)
+    ("[a-z/]+: \\([eE]rror\\|[wW]arning\\): \\([^,\" \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 ******