mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-22 01:30:45 -07:00
Remove debug statement (src/c/compiler.d)
This commit is contained in:
parent
ab8b15069d
commit
f3df94b7a4
1 changed files with 1 additions and 1 deletions
|
|
@ -3076,7 +3076,7 @@ si_make_lambda(cl_object name, cl_object rest)
|
|||
if (Null(execute)) {
|
||||
cl_index handle = asm_begin(the_env);
|
||||
new_c_env.mode = FLAG_LOAD;
|
||||
cl_print(1,form);
|
||||
/*cl_print(1,form);*/
|
||||
compile_with_load_time_forms(the_env, form, FLAG_VALUES);
|
||||
asm_op(the_env, OP_EXIT);
|
||||
the_env->values[0] = asm_end(the_env, handle, form);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue