Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b97089fa
Commit
b97089fa
authored
Apr 10, 1995
by
Roland McGrath
Browse files
(compilation-error-regexp-alist): Remove superfluous SGI cc regexp.
parent
d6c5b98a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+0
-4
No files found.
lisp/progmodes/compile.el
View file @
b97089fa
...
...
@@ -180,10 +180,6 @@ of[ \t]+\"?\\([^\":\n]+\\)\"?:" 3 2)
;; GNU messages with program name and optional column number.
("
\n[^0-9
\n\t:]+:[
\t]*\\
(
[^
\n\t:]+\\
)
:\
\\
(
[0-9]+\\
)
:\\
(
\\
(
[0-9]+\\
)
[:
\t]\\
)
?
" 1 2 4)
;; SGI Irix 5.2 compiler warnings
;; cfe: Warning 835: vpr_tiff.c, line 65: No prototype for the call to rint
("
ning
[0-9]+:
\\
(
[^,\"
\n\t]+\\
)
[,:]
\\
(
line
\\
)
?\\
(
[0-9]+\\
)
:
" 1 3)
)
"
Alist
that
specifies
how
to
match
errors
in
compiler
output.
Each
elt
has
the
form
(
REGEXP
FILE-IDX
LINE-IDX
[COLUMN-IDX
FILE-FORMAT...]
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment