mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 01:10:53 -07:00
- #ifdef out symbols related to dynamic FFI (build on non-x86
platforms failed)
This commit is contained in:
parent
45c74701d4
commit
ddab9365a9
2 changed files with 4 additions and 0 deletions
|
|
@ -1552,8 +1552,10 @@ cl_symbols[] = {
|
|||
|
||||
{SYS_ "*CODE-WALKER*", SI_SPECIAL, NULL, -1, OBJNULL},
|
||||
|
||||
#ifdef ECL_DYNAMIC_FFI
|
||||
{SYS_ "CALL-CFUN", SI_ORDINARY, si_call_cfun, 4, OBJNULL},
|
||||
{KEY_ "CALLBACK", KEYWORD, NULL, -1, OBJNULL},
|
||||
#endif /* ECL_DYNAMIC_FFI */
|
||||
|
||||
/* Tag for end of list */
|
||||
{NULL, CL_ORDINARY, NULL, -1, OBJNULL}};
|
||||
|
|
|
|||
|
|
@ -1552,8 +1552,10 @@ cl_symbols[] = {
|
|||
|
||||
{SYS_ "*CODE-WALKER*",NULL},
|
||||
|
||||
#ifdef ECL_DYNAMIC_FFI
|
||||
{SYS_ "CALL-CFUN","si_call_cfun"},
|
||||
{KEY_ "CALLBACK",NULL},
|
||||
#endif /* ECL_DYNAMIC_FFI */
|
||||
|
||||
/* Tag for end of list */
|
||||
{NULL,NULL}};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue