comparison lisp/progmodes/compile.el @ 19182:b6c43ddadadc

(compilation-parse-errors): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 06 Aug 1997 02:47:18 +0000
parents 2f112911cf81
children cf429b6a3ab8
comparison
equal deleted inserted replaced
19181:917138730635 19182:b6c43ddadadc
220 220
221 ;; MIPS RISC CC - the one distributed with Ultrix: 221 ;; MIPS RISC CC - the one distributed with Ultrix:
222 ;; ccom: Error: foo.c, line 2: syntax error 222 ;; ccom: Error: foo.c, line 2: syntax error
223 ;; DEC AXP OSF/1 cc 223 ;; DEC AXP OSF/1 cc
224 ;; /usr/lib/cmplrs/cc/cfe: Error: foo.c: 1: blah blah 224 ;; /usr/lib/cmplrs/cc/cfe: Error: foo.c: 1: blah blah
225 ("[a-z/]+: \\([eE]rror\\|[wW]arning\\): \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 1 3) 225 ("[a-z/]+: \\([eE]rror\\|[wW]arning\\): \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 2 4)
226 226
227 ;; IBM AIX PS/2 C version 1.1: 227 ;; IBM AIX PS/2 C version 1.1:
228 ;; ****** Error number 140 in line 8 of file errors.c ****** 228 ;; ****** Error number 140 in line 8 of file errors.c ******
229 (".*in line \\([0-9]+\\) of file \\([^ \n]+[^. \n]\\)\\.? " 2 1) 229 (".*in line \\([0-9]+\\) of file \\([^ \n]+[^. \n]\\)\\.? " 2 1)
230 ;; IBM AIX lint is too painful to do right this way. File name 230 ;; IBM AIX lint is too painful to do right this way. File name