diff options
| author | Dave Love | 1999-09-09 20:16:02 +0000 |
|---|---|---|
| committer | Dave Love | 1999-09-09 20:16:02 +0000 |
| commit | 04f12e5765ee9d494b211af4ab3162fbbd877547 (patch) | |
| tree | 60e0a4271cff01e67353b191db0a27d042ed608f | |
| parent | 4f451c3f19eb4961792a7699faef56b3ee2a66cd (diff) | |
| download | emacs-04f12e5765ee9d494b211af4ab3162fbbd877547.tar.gz emacs-04f12e5765ee9d494b211af4ab3162fbbd877547.zip | |
Comment.
| -rw-r--r-- | lisp/progmodes/compile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 7b35a30e08f..70b8b6bfcf6 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -303,7 +303,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2) | |||
| 303 | ;; Error 24 at (2:progran.f90) : syntax error | 303 | ;; Error 24 at (2:progran.f90) : syntax error |
| 304 | ("Error [0-9]+ at (\\([0-9]*\\):\\([^)\n]+\\))" 2 1) | 304 | ("Error [0-9]+ at (\\([0-9]*\\):\\([^)\n]+\\))" 2 1) |
| 305 | 305 | ||
| 306 | ;; SGI IRIX MipsPro compilers: | 306 | ;; SGI IRIX MipsPro 7.3 compilers: |
| 307 | ;; cc-1070 cc: ERROR File = linkl.c, Line = 38 | 307 | ;; cc-1070 cc: ERROR File = linkl.c, Line = 38 |
| 308 | (".*: ERROR File = \\(.+\\), Line = \\([0-9]+\\)" 1 2) | 308 | (".*: ERROR File = \\(.+\\), Line = \\([0-9]+\\)" 1 2) |
| 309 | (".*: WARNING File = \\(.+\\), Line = \\([0-9]+\\)" 1 2) | 309 | (".*: WARNING File = \\(.+\\), Line = \\([0-9]+\\)" 1 2) |