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
c021b7a5
Commit
c021b7a5
authored
Jun 02, 1994
by
Richard M. Stallman
Browse files
(compilation-error-regexp-alist): Stricter Lucid regexp.
parent
2d1687d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+1
-1
No files found.
lisp/progmodes/compile.el
View file @
c021b7a5
...
...
@@ -161,7 +161,7 @@ of[ \t]+\"?\\([^\":\n]+\\)\"?:" 3 2)
;; Lucid Compiler, lcc 3.x
;; E, file.cc(35,52) Illegal operation on pointers
("
[A-Z
], \\([^(]*\\)(\\([0-9]+\\),[ \t]*\\([0-9]+\\)" 1 2 3)
("
\n[EW
], \\([^(
\n
]*\\)(\\([0-9]+\\),[ \t]*\\([0-9]+\\)" 1 2 3)
)
"Alist that specifies how to match errors in compiler output.
...
...
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