mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 09:20:23 -07:00
In wt-call, coerce directly to cl_object so that C++ compiler dos not complain.
This commit is contained in:
parent
da2b7918e4
commit
00892c7569
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue