add example 'swank-server' (Swank and Quicklisp on both android and iOS)

This commit is contained in:
pls.153 2022-03-02 20:10:23 +01:00
parent 2d5c59cbd8
commit 74cf62715f
18 changed files with 761 additions and 4 deletions

View file

@ -22,7 +22,6 @@
#ifdef INI_ECL_CONTRIB
// for iOS (static lib)
extern "C" {
void init_lib_ASDF(cl_object);
void init_lib_DEFLATE(cl_object);
void init_lib_ECL_CDB(cl_object);
void init_lib_ECL_HELP(cl_object);
@ -104,7 +103,7 @@ int main(int argc, char* argv[]) {
}
#ifdef INI_ECL_CONTRIB
// for iOS (static lib); ASDF is loaded on demand (slow)
// for iOS; ASDF is loaded on demand (slow)
ecl_init_module(NULL, init_lib_DEFLATE);
ecl_init_module(NULL, init_lib_ECL_CDB);
ecl_init_module(NULL, init_lib_ECL_HELP);