1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(compilation-error-regexp-alist): Stricter Lucid regexp.

This commit is contained in:
Richard M. Stallman 1994-06-02 18:15:13 +00:00
parent 2d1687d7f4
commit c021b7a5dc

View File

@ -161,7 +161,7 @@ of[ \t]+\"?\\([^\":\n]+\\)\"?:" 3 2)
;; Lucid Compiler, lcc 3.x
;; E, file.cc(35,52) Illegal operation on pointers
("[A-Z], \\([^(]*\\)(\\([0-9]+\\),[ \t]*\\([0-9]+\\)" 1 2 3)
("\n[EW], \\([^(\n]*\\)(\\([0-9]+\\),[ \t]*\\([0-9]+\\)" 1 2 3)
)
"Alist that specifies how to match errors in compiler output.