changeset 25623:0f4f299cebb2

Comment.
author Dave Love <fx@gnu.org>
date Thu, 09 Sep 1999 20:16:02 +0000
parents 4e3d4f5cc358
children 39262276b212
files lisp/progmodes/compile.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Thu Sep 09 20:06:35 1999 +0000
+++ b/lisp/progmodes/compile.el	Thu Sep 09 20:16:02 1999 +0000
@@ -303,7 +303,7 @@
     ;; Error 24 at (2:progran.f90) : syntax error
     ("Error [0-9]+ at (\\([0-9]*\\):\\([^)\n]+\\))" 2 1)
 
-    ;; SGI IRIX MipsPro compilers:
+    ;; SGI IRIX MipsPro 7.3 compilers:
     ;; cc-1070 cc: ERROR File = linkl.c, Line = 38
     (".*: ERROR File = \\(.+\\), Line = \\([0-9]+\\)" 1 2)
     (".*: WARNING File = \\(.+\\), Line = \\([0-9]+\\)" 1 2)