]> code.delx.au - gnu-emacs/commitdiff
(compilation-error-regexp-alist): Generalize `"foo.c", line 13:' regexp to
authorRoland McGrath <roland@gnu.org>
Thu, 9 Dec 1993 01:12:13 +0000 (01:12 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 9 Dec 1993 01:12:13 +0000 (01:12 +0000)
also match `"foo.c", line 13 pos 1...".

lisp/progmodes/compile.el

index b4fbc4c29a5e1e0d289b31fba5a354106ed33261..0ef6f17fdfc4964b71cf4c404b4e4065f894c1cf 100644 (file)
@@ -139,7 +139,9 @@ of[ \t]+\"?\\([^\"\n]+\\)\"?:" 3 2)
     ;;  "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