diff lisp/packages/compile.el @ 4:b82b59fe008d r19-15b3

Import from CVS: tag r19-15b3
author cvs
date Mon, 13 Aug 2007 08:46:56 +0200
parents ac2d302a0011
children 27bc7f280385
line wrap: on
line diff
--- a/lisp/packages/compile.el	Mon Aug 13 08:46:35 2007 +0200
+++ b/lisp/packages/compile.el	Mon Aug 13 08:46:56 2007 +0200
@@ -210,10 +210,10 @@
     ;; jwz:
     ;; IRIX 5.2
     ;; cfe: Warning 712: foo.c, line 2: illegal combination of pointer and ...
-    (" \\([^ \n,]+\\), line \\([0-9]+\\):" 1 2)
+    (" \\([^ \n,\"]+\\), line \\([0-9]+\\):" 1 2)
     ;; IRIX 5.2
     ;; cfe: Warning 600: xfe.c: 170: Not in a conditional directive while ...
-    (": \\([^ \n,]+\\): \\([0-9]+\\):" 1 2)
+    (": \\([^ \n,\"]+\\): \\([0-9]+\\):" 1 2)
 
     ;; Cray C compiler error messages
     ("\n\\(cc\\| cft\\)-[0-9]+ c\\(c\\|f77\\): ERROR \\([^,\n]+, \\)* File = \\([^,\n]+\\), Line = \\([0-9]+\\)" 4 5)