mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Methods now show up in the debugger with their original name.
This commit is contained in:
parent
b7fb024493
commit
bbd35c1a6f
2 changed files with 4 additions and 2 deletions
|
|
@ -7,7 +7,9 @@ ECL 9.12.2:
|
|||
|
||||
* Other changes:
|
||||
|
||||
- Enlarged the string buffers used for reading and parsing lisp data.
|
||||
- Methods now show up in the debugger with their original name.
|
||||
|
||||
- Enlarged the string buffers used for reading and parsing lisp data.
|
||||
|
||||
ECL 9.12.1:
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@
|
|||
.next-methods.))
|
||||
,@real-body)))))
|
||||
(values
|
||||
`(ext::lambda-block ,generic-function-name
|
||||
`#'(ext::lambda-block ,generic-function-name
|
||||
,lambda-list
|
||||
,@(and class-declarations `((declare ,@class-declarations)))
|
||||
,@real-body)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue