comparison lisp/progmodes/compile.el @ 25623:0f4f299cebb2

Comment.
author Dave Love <fx@gnu.org>
date Thu, 09 Sep 1999 20:16:02 +0000
parents 5ff4e59e5f02
children 35c7eab893ab
comparison
equal deleted inserted replaced
25622:4e3d4f5cc358 25623:0f4f299cebb2
301 301
302 ;; EPC F90 compiler: 302 ;; EPC F90 compiler:
303 ;; Error 24 at (2:progran.f90) : syntax error 303 ;; Error 24 at (2:progran.f90) : syntax error
304 ("Error [0-9]+ at (\\([0-9]*\\):\\([^)\n]+\\))" 2 1) 304 ("Error [0-9]+ at (\\([0-9]*\\):\\([^)\n]+\\))" 2 1)
305 305
306 ;; SGI IRIX MipsPro compilers: 306 ;; SGI IRIX MipsPro 7.3 compilers:
307 ;; cc-1070 cc: ERROR File = linkl.c, Line = 38 307 ;; cc-1070 cc: ERROR File = linkl.c, Line = 38
308 (".*: ERROR File = \\(.+\\), Line = \\([0-9]+\\)" 1 2) 308 (".*: ERROR File = \\(.+\\), Line = \\([0-9]+\\)" 1 2)
309 (".*: WARNING File = \\(.+\\), Line = \\([0-9]+\\)" 1 2) 309 (".*: WARNING File = \\(.+\\), Line = \\([0-9]+\\)" 1 2)
310 310
311 ;; Sun F90 error messages: 311 ;; Sun F90 error messages: