Methods now show up in the debugger with their original name.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-12-02 16:02:14 +01:00
parent b7fb024493
commit bbd35c1a6f
2 changed files with 4 additions and 2 deletions

View file

@ -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:
===========

View file

@ -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)