# HG changeset patch # User Roland McGrath # Date 820962668 0 # Node ID 1a0cc425fb6299eb79885ef4530924219fb0d54a # Parent 2df0227ff61308279f29f85b0b57f7c91f7c7155 Mon Nov 6 18:01:01 1995 Dave Love * compile.el (compilation-error-regexp-alist): Add MIPS lint regexps. diff -r 2df0227ff613 -r 1a0cc425fb62 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Sat Jan 06 21:09:40 1996 +0000 +++ b/lisp/progmodes/compile.el Sat Jan 06 21:11:08 1996 +0000 @@ -135,6 +135,12 @@ ;; which is regexp Impressionism - it matches almost anything! ("([ \t]*\\([^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\))" 1 2) + ;; MIPS lint pass; looks good for SunPro lint also + ;; TrimMask (255) in solomon.c may be indistinguishable from TrimMasks (93) in solomon.c due to truncation + ("[^ ]+ (\\([0-9]+\\)) in \\([^ ]+\\)" 2 1) + ;; name defined but never used: LinInt in cmap_calc.c(199) + ("in \\([^(]+\\)(\\([0-9]+\\))$" 1 2) + ;; Ultrix 3.0 f77: ;; fort: Severe: addstf.f, line 82: Missing operator or delimiter symbol ;; Some SGI cc version: