Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
9e55bcc8
Commit
9e55bcc8
authored
May 07, 1990
by
ram
Browse files
Fixed debug-function dumping so that unnamed optional-dispatches get the
component name instead of NIL.
parent
f01ee31d
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/debug-dump.lisp
View file @
9e55bcc8
...
...
@@ -498,7 +498,7 @@
((
let
((
ef
(
functional-entry-function
fun
)))
(
and
ef
(
leaf-name
ef
))))
(
main-p
(
leaf-name
dispatch
))
(
(
and
main-p
(
leaf-name
dispatch
))
)
(
t
(
component-name
component
)))
:kind
(
if
main-p
nil
(
functional-kind
fun
))
...
...
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