Mercurial > emacs
changeset 12021:a0a920f1fad4
(compilation-error-regexp-alist): In "Cray C" regexp, don't allow newlines.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Tue, 30 May 1995 19:35:59 +0000 |
parents | 6ef622c132df |
children | 497ad07c31c2 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Tue May 30 19:20:47 1995 +0000 +++ b/lisp/progmodes/compile.el Tue May 30 19:35:59 1995 +0000 @@ -182,7 +182,7 @@ \\([0-9]+\\):\\(\\([0-9]+\\)[: \t]\\)?" 1 2 4) ;; Cray C compiler error messages - ("\n\\(cc\\| cft\\)-[0-9]+ c\\(c\\|f77\\): ERROR \\([^,]+, \\)* File = \\([^,]+\\), Line = \\([0-9]+\\)" 4 5) + ("\n\\(cc\\| cft\\)-[0-9]+ c\\(c\\|f77\\): ERROR \\([^,\n]+, \\)* File = \\([^,\n]+\\), Line = \\([0-9]+\\)" 4 5) ;; IBM C/C++ Tools 2.01: ;; foo.c(2:0) : informational EDC0804: Function foo is not referenced.