# HG changeset patch # User Jason Rumney # Date 1118444046 0 # Node ID ac2350be1da28c8dea9a49297fd59b01a7b311dd # Parent d05ea0ea031a12d35a3360ed2b596a858b70e12d 2005-06-10 Michael Hotchin (tiny change) * progmodes/compile.el (compilation-error-regexp-alist-alist) [msft]: update regexp for newer msft compilers. diff -r d05ea0ea031a -r ac2350be1da2 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Fri Jun 10 22:39:45 2005 +0000 +++ b/lisp/progmodes/compile.el Fri Jun 10 22:54:06 2005 +0000 @@ -246,8 +246,8 @@ " in \\([^()\n ]+\\)(\\([0-9]+\\))$" 1 2) (msft - "^\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)) \ -: \\(?:error\\|warnin\\(g\\)\\) C[0-9]+:" 1 2 nil (3)) + "^\\([0-9]+>\\)\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)) \ +: \\(?:error\\|warnin\\(g\\)\\) C[0-9]+:" 2 3 nil (4)) (oracle "^\\(?:Semantic error\\|Error\\|PCC-[0-9]+:\\).* line \\([0-9]+\\)\