mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 07:12:26 -08:00
Declare function ecl_cs_set_org
This commit is contained in:
parent
559cbd6edc
commit
349581a7ba
1 changed files with 3 additions and 0 deletions
|
|
@ -408,6 +408,9 @@ extern cl_object ecl_deserialize(uint8_t *data);
|
|||
/* string.d */
|
||||
#define ecl_vector_start_end ecl_sequence_start_end
|
||||
|
||||
/* stacks.d */
|
||||
extern void ecl_cs_set_org(cl_env_ptr env);
|
||||
|
||||
/* threads.d */
|
||||
|
||||
#ifdef ECL_THREADS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue