- #ifdef out symbols related to dynamic FFI (build on non-x86

platforms failed)
This commit is contained in:
japhie 2005-10-13 11:07:45 +00:00
parent 45c74701d4
commit ddab9365a9
2 changed files with 4 additions and 0 deletions

View file

@ -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}};

View file

@ -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}};