In wt-call, coerce directly to cl_object so that C++ compiler dos not complain.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-03-28 23:06:27 +01:00
parent da2b7918e4
commit 00892c7569

View file

@ -227,7 +227,7 @@
(if env
(progn
(setf *aux-closure* t)
(wt "(aux_closure.env="env",cl_env_copy->function=(void*)&aux_closure,")
(wt "(aux_closure.env="env",cl_env_copy->function=(cl_object)&aux_closure,")
(wt-call fun args)
(wt ")"))
(progn