mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-11 09:20:51 +00:00
(compilation-error-regexp-alist): Handle DEC AXP OSF/1.
This commit is contained in:
parent
e1f40b2841
commit
dfb8966419
@ -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…
Reference in New Issue
Block a user