Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
21f47958
Commit
21f47958
authored
Jan 06, 1996
by
Roland McGrath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(compilation-error-regexp-alist): Add regexp for IBM AIX xlc compiler.
parent
fd5e58d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+3
-0
No files found.
lisp/progmodes/compile.el
View file @
21f47958
...
...
@@ -172,6 +172,9 @@ of[ \t]+\"?\\([^\":\n]+\\)\"?:" 3 2)
("
in
line
\\
(
[0-9]+\\
)
of
file
\\
(
[^
\n]+[^.
\n]\\
)
\\.?
" 2 1)
;; IBM AIX lint is too painful to do right this way. File name
;; prefixes entire sections rather than being on each line.
;; IBM AIX xlc compiler:
;; "
src/swapping.c
", line 30.34: 1506-342 (W) "
/*
" detected in comment.
("
\"\\
(
[^\"]+\\
)
\",
lines?
\\
(
[0-9]+\\
)
\\
(
\\.\\
(
[0-9]+\\
)
\\
)
" 1 2 4)
;; Lucid Compiler, lcc 3.x
;; E, file.cc(35,52) Illegal operation on pointers
...
...
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