changeset 26243:de104a187e80

* progmodes/compile.el (compilation-error-regexp-alist): Undo previous change.
author Gerd Moellmann <gerd@gnu.org>
date Sat, 30 Oct 1999 19:13:39 +0000
parents 50d1336a4877
children 97faa3e9a7b1
files lisp/progmodes/compile.el
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Fri Oct 29 12:09:29 1999 +0000
+++ b/lisp/progmodes/compile.el	Sat Oct 30 19:13:39 1999 +0000
@@ -312,10 +312,6 @@
     ;; cf90-113 f90comp: ERROR NSE, File = Hoved.f90, Line = 16, Column = 3
     (".* ERROR [a-zA-Z0-9 ]+, File = \\(.+\\), Line = \\([0-9]+\\), Column = \\([0-9]+\\)"
      1 2 3)
-
-    ;; MIPS Pro 7.3 compiler on SGI's
-    ;; cc-1020 CC: ERROR File = /home/deb/toolsopt/menv/src/bin/fizt/processPgp.cpp, Line = 12
-    ("^.*File\\s-+=\\s-+\\(.*\\),\\s-+Line\\s-+=\\s-+\\([0-9]+\\)" 1 2)
     )
 
   "Alist that specifies how to match errors in compiler output.