]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/compile.el (compilation-error-regexp-alist):
authorGerd Moellmann <gerd@gnu.org>
Sat, 30 Oct 1999 19:15:17 +0000 (19:15 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 30 Oct 1999 19:15:17 +0000 (19:15 +0000)
Undo previous change.

lisp/ChangeLog
lisp/progmodes/compile.el

index 84df96d413b38d81777521f26d7ebbb666973de2..ec8dc9d3d1b907e13202d9d4f801d57e7af3d3cf 100644 (file)
@@ -1,3 +1,8 @@
+1999-10-30  Gerd Moellmann  <gerd@gnu.org>
+
+       * progmodes/compile.el (compilation-error-regexp-alist): 
+       Undo previous change.
+
 1999-10-28  Dave Love  <fx@gnu.org>
 
        * help.el (help-follow): Make arg optional again and really
index a8c592aaab65f467fa1c7ef093d42bc5cc9961ba..efe7851b1865f7a64a0c5df011b589c46abe3af4 100644 (file)
@@ -312,10 +312,6 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2)
     ;; 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.