mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Missing definition for cl_env_copy.
This commit is contained in:
parent
c81e2080ec
commit
21747e54da
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@
|
|||
(wt-nl1 "{")
|
||||
(when return-p
|
||||
(wt-nl return-type-name " output;"))
|
||||
(wt-nl "const cl_env_ptr cl_env_copy = ecl_process_env();")
|
||||
(wt-nl "cl_object aux;")
|
||||
(wt-nl "ECL_BUILD_STACK_FRAME(cl_env_copy, frame, helper)")
|
||||
(loop for n from 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue