mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 15:40:55 -08:00
Fixed typo in COMPILED-FUNCTION-NAME.
This commit is contained in:
parent
9a5f1a7751
commit
90370c96d0
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ si_compiled_function_name(cl_object fun)
|
|||
|
||||
switch(type_of(fun)) {
|
||||
case t_bclosure:
|
||||
output = fun->bclosure.code;
|
||||
fun = fun->bclosure.code;
|
||||
case t_bytecodes:
|
||||
output = fun->bytecodes.name; break;
|
||||
case t_cfun:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue