aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1995-04-10 16:45:47 +0000
committerRoland McGrath1995-04-10 16:45:47 +0000
commitb97089fa54c3d21a2d90fd9698ed349351568dc9 (patch)
treeeaaed7e55961a2e0ef445bf44d671d3fa8473c6d
parentd6c5b98afe46d14549c97edc4fa07e8ba292ea73 (diff)
downloademacs-b97089fa54c3d21a2d90fd9698ed349351568dc9.tar.gz
emacs-b97089fa54c3d21a2d90fd9698ed349351568dc9.zip
(compilation-error-regexp-alist): Remove superfluous SGI cc regexp.
-rw-r--r--lisp/progmodes/compile.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index ed89a985fab..936e96c8755 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -180,10 +180,6 @@ of[ \t]+\"?\\([^\":\n]+\\)\"?:" 3 2)
180 ;; GNU messages with program name and optional column number. 180 ;; GNU messages with program name and optional column number.
181 ("\n[^0-9 \n\t:]+:[ \t]*\\([^ \n\t:]+\\):\ 181 ("\n[^0-9 \n\t:]+:[ \t]*\\([^ \n\t:]+\\):\
182\\([0-9]+\\):\\(\\([0-9]+\\)[: \t]\\)?" 1 2 4) 182\\([0-9]+\\):\\(\\([0-9]+\\)[: \t]\\)?" 1 2 4)
183
184 ;; SGI Irix 5.2 compiler warnings
185 ;; cfe: Warning 835: vpr_tiff.c, line 65: No prototype for the call to rint
186 ("ning [0-9]+: \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 1 3)
187 ) 183 )
188 "Alist that specifies how to match errors in compiler output. 184 "Alist that specifies how to match errors in compiler output.
189Each elt has the form (REGEXP FILE-IDX LINE-IDX [COLUMN-IDX FILE-FORMAT...]) 185Each elt has the form (REGEXP FILE-IDX LINE-IDX [COLUMN-IDX FILE-FORMAT...])