mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-09 10:42:36 -08:00
We also need to declare ecl_process_env() as belonging to a shared library.
This commit is contained in:
parent
55462dc1b7
commit
bc7e1e8f49
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ extern __thread struct cl_env_struct * cl_env_p;
|
|||
#define cl_env (*cl_env_p)
|
||||
# else
|
||||
#define cl_env (*ecl_process_env())
|
||||
extern struct cl_env_struct *ecl_process_env(void) __attribute__((const));
|
||||
extern ECL_API struct cl_env_struct *ecl_process_env(void) __attribute__((const));
|
||||
# endif
|
||||
#else
|
||||
extern ECL_API struct cl_env_struct cl_env;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue