Mercurial > emacs
changeset 5633:6e0443843832
(compilation-error-regexp-alist): Handle DEC AXP OSF/1.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 19 Jan 1994 14:21:20 +0000 |
parents | 63d80d94e0d7 |
children | e77e9d7386be |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Wed Jan 19 13:57:16 1994 +0000 +++ b/lisp/progmodes/compile.el Wed Jan 19 14:21:20 1994 +0000 @@ -144,7 +144,9 @@ ;; MIPS RISC CC - the one distributed with Ultrix: ;; ccom: Error: foo.c, line 2: syntax error - ("rror: \\([^,\" \n\t]+\\), line \\([0-9]+\\):" 1 2) + ;; DEC AXP OSF/1 cc + ;; /usr/lib/cmplrs/cc/cfe: Error: foo.c: 1: blah blah + ("rror: \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 1 3) ;; IBM AIX PS/2 C version 1.1: ;; ****** Error number 140 in line 8 of file errors.c ******