mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-24 05:21:20 -08:00
fix debugging leftover
This commit is contained in:
parent
835e85bc99
commit
05871c943a
1 changed files with 1 additions and 1 deletions
|
|
@ -1444,7 +1444,7 @@ asm_function(cl_env_ptr env, cl_object function, int flags) {
|
|||
const cl_compiler_ptr c_env = env->c_env;
|
||||
asm_op2c(env,
|
||||
(Null(c_env->variables) && Null(c_env->macros)) ? OP_QUOTE : OP_CLOSE,
|
||||
ecl_make_lambda(env, name, body, function));
|
||||
ecl_make_lambda(env, name, body));
|
||||
}
|
||||
return FLAG_REG0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue