Mercurial > emacs
changeset 5215:4d6ab37798ff
(compilation-error-regexp-alist): Generalize `"foo.c", line 13:' regexp to
also match `"foo.c", line 13 pos 1...".
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Thu, 09 Dec 1993 01:12:13 +0000 |
parents | c4bf07b226be |
children | e094a62cadcd |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Wed Dec 08 23:49:24 1993 +0000 +++ b/lisp/progmodes/compile.el Thu Dec 09 01:12:13 1993 +0000 @@ -139,7 +139,9 @@ ;; "vvouch.c", line 19.5: 1506-046 (S) Syntax error. ;; Unknown compiler: ;; File "foobar.ml", lines 5-8, characters 20-155: blah blah - ("\"\\([^,\" \n\t]+\\)\", lines? \\([0-9]+\\)[:.,-]" 1 2) + ;; Microtec mcc68k: + ;; "foo.c", line 32 pos 1; (E) syntax error; unexpected symbol: "lossage" + ("\"\\([^,\" \n\t]+\\)\", lines? \\([0-9]+\\)[:., -]" 1 2) ;; MIPS RISC CC - the one distributed with Ultrix: ;; ccom: Error: foo.c, line 2: syntax error