mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(compilation-error-regexp-alist): Handle DEC AXP OSF/1.
This commit is contained in:
parent
e1f40b2841
commit
dfb8966419
1 changed files with 3 additions and 1 deletions
|
|
@ -144,7 +144,9 @@ of[ \t]+\"?\\([^\"\n]+\\)\"?:" 3 2)
|
|||
|
||||
;; 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 ******
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue