]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-error-regexp-alist): Stricter Lucid regexp.
authorRichard M. Stallman <rms@gnu.org>
Thu, 2 Jun 1994 18:15:13 +0000 (18:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 2 Jun 1994 18:15:13 +0000 (18:15 +0000)
lisp/progmodes/compile.el

index e9fc213c98b813c3e73d94ac7e712efe552fad3b..1ab5589a28c4bba76f0ae333356f02f5e23b8235 100644 (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.