1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00

(compilation-error-regexp-alist): Generalize the

Apollo/BSD4.3 regexp to handle IBM RS6k too.
This commit is contained in:
Richard M. Stallman 1993-06-18 21:40:46 +00:00
parent b7c0f208a3
commit 6d68d7937b

View File

@ -131,7 +131,9 @@ or when it is used with \\[next-error] or \\[compile-goto-error].")
;; Apollo cc, 4.3BSD fc:
;; "foo.f", line 3: Error: syntax error near end of statement
("\"\\([^,\" \n\t]+\\)\", line \\([0-9]+\\):" 1 2)
;; IBM RS6000:
;; "vvouch.c", line 19.5: 1506-046 (S) Syntax error.
("\"\\([^,\" \n\t]+\\)\", line \\([0-9]+\\)[:.]" 1 2)
;; MIPS RISC CC - the one distributed with Ultrix:
;; ccom: Error: foo.c, line 2: syntax error