mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 06:12:25 -08:00
When creating a unified fasl, the init function name has to be exported outside the DLL. In cygwin this means adding ECL_DLLEXPORT to +lisp-program-init+.
This commit is contained in:
parent
1521275b11
commit
5a35ce22df
1 changed files with 1 additions and 0 deletions
|
|
@ -230,6 +230,7 @@ the environment variable TMPDIR to a different value." template)))
|
|||
#ifdef __cplusplus
|
||||
extern \"C\"
|
||||
#endif
|
||||
ECL_DLLEXPORT
|
||||
void ~A(cl_object cblock)
|
||||
{
|
||||
static cl_object Cblock;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue