Skip to content

Instantly share code, notes, and snippets.

@zackp30
Created October 7, 2015 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zackp30/7daee9b79b61504179ff to your computer and use it in GitHub Desktop.
Save zackp30/7daee9b79b61504179ff to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
../chicken-4.10.0/chicken library.scm -optimize-level 2 -include-path . -include-path ./ -inline -ignore-repository -feature chicken-bootstrap -no-warnings -specialize -types ./types.db -explicit-use -no-trace -output-file library.c
echo '#define C_CHICKEN_PROGRAM "chicken"' >> chicken-defaults.h
echo '#ifndef C_INSTALL_CC' >> chicken-defaults.h
echo '# define C_INSTALL_CC "gcc"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_CXX' >> chicken-defaults.h
echo '# define C_INSTALL_CXX "g++"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_POSTINSTALL_PROGRAM' >> chicken-defaults.h
echo '# define C_INSTALL_POSTINSTALL_PROGRAM "true"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_RC_COMPILER' >> chicken-defaults.h
echo '# define C_INSTALL_RC_COMPILER ""' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_CFLAGS' >> chicken-defaults.h
echo '# define C_INSTALL_CFLAGS "-fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os -fomit-frame-pointer"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_LDFLAGS' >> chicken-defaults.h
echo '# define C_INSTALL_LDFLAGS " "' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_PREFIX' >> chicken-defaults.h
echo '# define C_INSTALL_PREFIX "/usr/local"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_SHARE_HOME' >> chicken-defaults.h
echo '# define C_INSTALL_SHARE_HOME "/usr/local/share/chicken"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_BIN_HOME' >> chicken-defaults.h
echo '# define C_INSTALL_BIN_HOME "/usr/local/bin"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_EGG_HOME' >> chicken-defaults.h
echo '# define C_INSTALL_EGG_HOME "/usr/local/lib/chicken/8"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_LIB_HOME' >> chicken-defaults.h
echo '# define C_INSTALL_LIB_HOME "/usr/local/lib"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_LIB_NAME' >> chicken-defaults.h
echo '# define C_INSTALL_LIB_NAME "chicken"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_STATIC_LIB_HOME' >> chicken-defaults.h
echo '# define C_INSTALL_STATIC_LIB_HOME "/usr/local/lib"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_INCLUDE_HOME' >> chicken-defaults.h
echo '# define C_INSTALL_INCLUDE_HOME "/usr/local/include/chicken"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_MORE_LIBS' >> chicken-defaults.h
echo '# define C_INSTALL_MORE_LIBS "-lm -ldl"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_INSTALL_MORE_STATIC_LIBS' >> chicken-defaults.h
echo '# define C_INSTALL_MORE_STATIC_LIBS "-lm -ldl"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_DEFAULT_TARGET_HEAP_SIZE' >> chicken-defaults.h
echo '# define C_DEFAULT_TARGET_HEAP_SIZE 0' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_STACK_GROWS_DOWNWARD' >> chicken-defaults.h
echo '# define C_STACK_GROWS_DOWNWARD 1' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_MORE_LIBS' >> chicken-defaults.h
echo '# define C_TARGET_MORE_LIBS "-lm -ldl"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_MORE_STATIC_LIBS' >> chicken-defaults.h
echo '# define C_TARGET_MORE_STATIC_LIBS "-lm -ldl"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_CC' >> chicken-defaults.h
echo '# define C_TARGET_CC "gcc"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_CXX' >> chicken-defaults.h
echo '# define C_TARGET_CXX "g++"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_RC_COMPILER' >> chicken-defaults.h
echo '# define C_TARGET_RC_COMPILER ""' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_CFLAGS' >> chicken-defaults.h
echo '# define C_TARGET_CFLAGS "-fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -Os -fomit-frame-pointer"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_LDFLAGS' >> chicken-defaults.h
echo '# define C_TARGET_LDFLAGS " "' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_FEATURES' >> chicken-defaults.h
echo '# define C_TARGET_FEATURES ""' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_CROSS_CHICKEN' >> chicken-defaults.h
echo '# define C_CROSS_CHICKEN 0' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_PREFIX' >> chicken-defaults.h
echo '# define C_TARGET_PREFIX "/usr/local"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_BIN_HOME' >> chicken-defaults.h
echo '# define C_TARGET_BIN_HOME "/usr/local/bin"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_LIB_HOME' >> chicken-defaults.h
echo '# define C_TARGET_LIB_HOME "/usr/local/lib"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_LIB_NAME' >> chicken-defaults.h
echo '# define C_TARGET_LIB_NAME "chicken"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_RUN_LIB_HOME' >> chicken-defaults.h
echo '# define C_TARGET_RUN_LIB_HOME "/usr/local/lib"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_SHARE_HOME' >> chicken-defaults.h
echo '# define C_TARGET_SHARE_HOME "/usr/local/share"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_INCLUDE_HOME' >> chicken-defaults.h
echo '# define C_TARGET_INCLUDE_HOME "/usr/local/include/chicken"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_TARGET_STATIC_LIB_HOME' >> chicken-defaults.h
echo '# define C_TARGET_STATIC_LIB_HOME "/usr/local/lib"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_CHICKEN_PROGRAM' >> chicken-defaults.h
echo '# define C_CHICKEN_PROGRAM "chicken"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_CSC_PROGRAM' >> chicken-defaults.h
echo '# define C_CSC_PROGRAM "csc"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_CSI_PROGRAM' >> chicken-defaults.h
echo '# define C_CSI_PROGRAM "csi"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_CHICKEN_BUG_PROGRAM' >> chicken-defaults.h
echo '# define C_CHICKEN_BUG_PROGRAM "chicken-bug"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_CHICKEN_INSTALL_PROGRAM' >> chicken-defaults.h
echo '# define C_CHICKEN_INSTALL_PROGRAM "chicken-install"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_CHICKEN_UNINSTALL_PROGRAM' >> chicken-defaults.h
echo '# define C_CHICKEN_UNINSTALL_PROGRAM "chicken-uninstall"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_CHICKEN_STATUS_PROGRAM' >> chicken-defaults.h
echo '# define C_CHICKEN_STATUS_PROGRAM "chicken-status"' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_WINDOWS_SHELL' >> chicken-defaults.h
echo '# define C_WINDOWS_SHELL 0' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_BINARY_VERSION' >> chicken-defaults.h
echo '# define C_BINARY_VERSION 8' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '#ifndef C_USES_SONAME' >> chicken-defaults.h
echo '# define C_USES_SONAME 1' >> chicken-defaults.h
echo '#endif' >> chicken-defaults.h
echo '/* END OF FILE */' >> chicken-defaults.h
echo "/* GENERATED */" >chicken-config.h
echo "#define HAVE_DIRENT_H 1" >>chicken-config.h
echo "#define HAVE_DLFCN_H 1" >>chicken-config.h
echo "#define HAVE_INTTYPES_H 1" >>chicken-config.h
echo "#define HAVE_LIMITS_H 1" >>chicken-config.h
echo "#define HAVE_LONG_LONG 1" >>chicken-config.h
echo "#define HAVE_MEMMOVE 1" >>chicken-config.h
echo "#define HAVE_MEMORY_H 1" >>chicken-config.h
echo "#define HAVE_SIGACTION 1" >>chicken-config.h
echo "#define HAVE_SIGSETJMP 1" >>chicken-config.h
echo "#define HAVE_SIGPROCMASK 1" >>chicken-config.h
echo "#define HAVE_STDINT_H 1" >>chicken-config.h
echo "#define HAVE_STDLIB_H 1" >>chicken-config.h
echo "#define HAVE_STRERROR 1" >>chicken-config.h
echo "#define HAVE_STRINGS_H 1" >>chicken-config.h
echo "#define HAVE_STRING_H 1" >>chicken-config.h
echo "#define HAVE_STRTOLL 1" >>chicken-config.h
echo "#define HAVE_STRTOQ 1" >>chicken-config.h
echo "#define HAVE_SYS_STAT_H 1" >>chicken-config.h
echo "#define HAVE_SYS_TYPES_H 1" >>chicken-config.h
echo "#define HAVE_SETENV 1" >>chicken-config.h
echo "#define HAVE_UNISTD_H 1" >>chicken-config.h
echo "#define HAVE_UNSIGNED_LONG_LONG 1" >>chicken-config.h
echo "#define STDC_HEADERS 1" >>chicken-config.h
echo "#define HAVE_ALLOCA 1" >>chicken-config.h
echo "#define HAVE_ALLOCA_H 1" >>chicken-config.h
echo "#define HAVE_GRP_H 1" >>chicken-config.h
echo "#define HAVE_ERRNO_H 1" >>chicken-config.h
echo "#define HAVE_SYSEXITS_H 1" >>chicken-config.h
echo "#define HAVE_MEMMOVE 1" >>chicken-config.h
echo "#define C_STACK_GROWS_DOWNWARD 1" >>chicken-config.h
cat chicken-defaults.h >>chicken-config.h
gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -fomit-frame-pointer -DC_BUILDING_LIBCHICKEN library.c -o library-static.o -I. -I./
library.c:6601:25: error: unknown type name ‘C_proc7’
static void C_fcall tr7(C_proc7 k) C_regparm C_noret;
^
library.c:6602:35: error: unknown type name ‘C_proc7’
C_regparm static void C_fcall tr7(C_proc7 k){
^
library.c:6614:25: error: unknown type name ‘C_proc6’
static void C_fcall tr6(C_proc6 k) C_regparm C_noret;
^
library.c:6615:35: error: unknown type name ‘C_proc6’
C_regparm static void C_fcall tr6(C_proc6 k){
^
library.c:6626:25: error: unknown type name ‘C_proc5’
static void C_fcall tr5(C_proc5 k) C_regparm C_noret;
^
library.c:6627:35: error: unknown type name ‘C_proc5’
C_regparm static void C_fcall tr5(C_proc5 k){
^
library.c:6637:25: error: unknown type name ‘C_proc4’
static void C_fcall tr4(C_proc4 k) C_regparm C_noret;
^
library.c:6638:35: error: unknown type name ‘C_proc4’
C_regparm static void C_fcall tr4(C_proc4 k){
^
library.c:6647:25: error: unknown type name ‘C_proc3’
static void C_fcall tr3(C_proc3 k) C_regparm C_noret;
^
library.c:6648:35: error: unknown type name ‘C_proc3’
C_regparm static void C_fcall tr3(C_proc3 k){
^
library.c:6656:25: error: unknown type name ‘C_proc2’
static void C_fcall tr2(C_proc2 k) C_regparm C_noret;
^
library.c:6657:35: error: unknown type name ‘C_proc2’
C_regparm static void C_fcall tr2(C_proc2 k){
^
library.c:6664:26: error: unknown type name ‘C_proc5’
static void C_fcall tr5r(C_proc5 k) C_regparm C_noret;
^
library.c:6665:36: error: unknown type name ‘C_proc5’
C_regparm static void C_fcall tr5r(C_proc5 k){
^
library.c:6680:26: error: unknown type name ‘C_proc4’
static void C_fcall tr4r(C_proc4 k) C_regparm C_noret;
^
library.c:6681:36: error: unknown type name ‘C_proc4’
C_regparm static void C_fcall tr4r(C_proc4 k){
^
library.c:6695:26: error: unknown type name ‘C_proc3’
static void C_fcall tr3r(C_proc3 k) C_regparm C_noret;
^
library.c:6696:36: error: unknown type name ‘C_proc3’
C_regparm static void C_fcall tr3r(C_proc3 k){
^
library.c:6709:26: error: unknown type name ‘C_proc2’
static void C_fcall tr2r(C_proc2 k) C_regparm C_noret;
^
library.c:6710:36: error: unknown type name ‘C_proc2’
C_regparm static void C_fcall tr2r(C_proc2 k){
^
library.c: In function ‘f_11189’:
library.c:6729:27: error: ‘tr2r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2r,(void*)f_11189r,2,t0,t1);}
^
library.c:6729:27: note: each undeclared identifier is reported only once for each function it appears in
library.c:6729:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_11189r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6729:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_11189r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6729:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2r,(void*)f_11189r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_11189r’:
library.c:6747:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)C_fast_retrieve_proc(t6))(2,t6,t5);}
^
library.c:6747:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc2)C_fast_retrieve_proc(t6))(2,t6,t5);}
^
library.c: In function ‘f_11180’:
library.c:6759:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_11180,2,t0,t1);}
^
library.c:6759:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_11180,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6759:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_11180,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6759:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_11180,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6765:1: error: too many arguments to function ‘C_call_with_values’
C_call_with_values(4,0,((C_word*)t0)[4],((C_word*)t0)[5],t5);}
^
In file included from library.c:11:0:
chicken.h:1755:23: note: declared here
C_fctexport C_cpsproc(C_call_with_values) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_11165’:
library.c:6785:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_11165,3,t0,t1,t2);}
^
library.c:6785:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_11165,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6785:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_11165,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6785:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_11165,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6787:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_car(t2));}
^
library.c:6787:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_car(t2));}
^
library.c: In function ‘f_11163’:
library.c:6794:1: error: too many arguments to function ‘C_apply’
C_apply(4,0,((C_word*)t0)[2],((C_word*)t0)[3],t1);}
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_13788’:
library.c:6808:1: error: too many arguments to function ‘C_string_to_symbol’
C_string_to_symbol(3,0,((C_word*)t0)[2],((C_word*)t0)[3]);}}
^
In file included from library.c:11:0:
chicken.h:1770:23: note: declared here
C_fctexport C_cpsproc(C_string_to_symbol) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_16601’:
library.c:6819:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_16601,2,t0,t1);}
^
library.c:6819:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16601,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6819:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16601,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6819:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_16601,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_16606’:
library.c:6839:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_16606,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6839:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_16606,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6839:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_16606,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_16634’:
library.c:6882:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_16634,2,t0,t1);}
^
library.c:6882:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16634,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6882:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16634,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6882:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_16634,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6887:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t4+1)))(4,t4,t3,((C_word*)t0)[7],C_fix(16));}
^
library.c:6887:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t4+1)))(4,t4,t3,((C_word*)t0)[7],C_fix(16));}
^
library.c: In function ‘f_11115’:
library.c:6913:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_11115,2,t0,t1);}
^
library.c:6913:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_11115,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6913:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_11115,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6913:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_11115,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_14015’:
library.c:6936:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_14015,2,t0,t1);}
^
library.c:6936:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_14015,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6936:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_14015,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6936:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_14015,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6942:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,((C_word*)t0)[3]);}
^
library.c:6942:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,((C_word*)t0)[3]);}
^
library.c: In function ‘f_14027’:
library.c:6955:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_14027,2,t0,t1);}
^
library.c:6955:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_14027,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6955:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_14027,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6955:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_14027,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6959:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[3]);}
^
library.c:6959:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[3]);}
^
library.c: In function ‘f_16628’:
library.c:6970:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_16628,2,t0,t1);}
^
library.c:6970:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16628,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6970:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16628,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6970:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_16628,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_7241’:
library.c:6988:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_7241,2,t0,t1);}
^
library.c:6988:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_7241,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6988:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_7241,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6988:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_7241,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6990:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_cons(&a,2,((C_word*)t0)[3],t1));}
^
library.c:6990:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_cons(&a,2,((C_word*)t0)[3],t1));}
^
library.c: In function ‘f_14017’:
library.c:6999:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_14017,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6999:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_14017,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:6999:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_14017,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7003:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,((C_word*)t0)[2]);}
^
library.c:7003:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,((C_word*)t0)[2]);}
^
library.c: In function ‘f_7251’:
library.c:7014:27: error: ‘tr3r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3r,(void*)f_7251r,3,t0,t1,t2);}
^
library.c:7014:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_7251r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7014:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_7251r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7014:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3r,(void*)f_7251r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_7251r’:
library.c:7030:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t1,t4,C_SCHEME_FALSE,t2);}
^
library.c:7030:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t1,t4,C_SCHEME_FALSE,t2);}
^
library.c:7036:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t6+1)))(5,t6,t1,t5,t4,t2);}}
^
library.c: In function ‘f_19485’:
library.c:7046:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_19485,3,t0,t1,t2);}
^
library.c:7046:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_19485,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7046:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_19485,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7046:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_19485,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7050:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,t2);}
^
library.c:7050:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,t2);}
^
library.c: In function ‘f_19489’:
library.c:7060:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_19489,2,t0,t1);}
^
library.c:7060:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_19489,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7060:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_19489,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7060:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_19489,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7065:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,((C_word*)t0)[2],t3);}
^
library.c:7065:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,((C_word*)t0)[2],t3);}
^
library.c: In function ‘f_17068’:
library.c:7075:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_17068,2,t0,t1);}
^
library.c:7075:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17068,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7075:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17068,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7075:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_17068,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7080:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[5]);}
^
library.c:7080:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[5]);}
^
library.c:7085:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[5]);}}
^
library.c: In function ‘f_8919’:
library.c:7094:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_8919,2,t0,t1);}
^
library.c:7094:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8919,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7094:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8919,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7094:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_8919,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7097:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t2+1)))(3,t2,t1,((C_word*)t0)[2]);}
^
library.c:7097:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t2+1)))(3,t2,t1,((C_word*)t0)[2]);}
^
library.c: In function ‘f_8904’:
library.c:7109:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8904,3,t0,t1,t2);}
^
library.c:7109:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8904,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7109:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8904,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7109:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8904,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7113:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fix(1));}
^
library.c:7113:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fix(1));}
^
library.c:7119:1: error: too many arguments to function ‘C_call_with_values’
C_call_with_values(4,0,t1,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1755:23: note: declared here
C_fctexport C_cpsproc(C_call_with_values) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:7123:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t4+1)))(6,t4,t1,lf[56],lf[292],lf[293],t2);}}}
^
library.c:7123:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t4+1)))(6,t4,t1,lf[56],lf[292],lf[293],t2);}}}
^
library.c: In function ‘f_7205’:
library.c:7132:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_7205,4,t0,t1,t2,t3);}
^
library.c:7132:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7205,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7132:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7205,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7132:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_7205,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7134:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_list_ref(t2,t3));}
^
library.c:7134:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_list_ref(t2,t3));}
^
library.c: In function ‘f_7202’:
library.c:7143:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_7202,4,t0,t1,t2,t3);}
^
library.c:7143:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7202,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7143:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7202,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7143:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_7202,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7145:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_list_tail(t2,t3));}
^
library.c:7145:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_list_tail(t2,t3));}
^
library.c: In function ‘f_7208’:
library.c:7157:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_7208,4,t0,t1,t2,t3);}
^
library.c:7157:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7208,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7157:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7208,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7157:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_7208,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_16775’:
library.c:7174:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_SCHEME_FALSE);}
^
library.c:7174:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_SCHEME_FALSE);}
^
library.c:7180:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,(C_truep(t4)?C_SCHEME_FALSE:C_SCHEME_TRUE));}}
^
library.c: In function ‘f_7214’:
library.c:7199:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_7214,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7199:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_7214,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7199:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_7214,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7203:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}
^
library.c:7203:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}
^
library.c:7209:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_slot(t2,C_fix(1)));}
^
library.c: In function ‘f_13347’:
library.c:7230:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_13347,2,t0,t1);}
^
library.c:7230:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13347,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7230:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13347,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7230:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_13347,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7235:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,t2);}
^
library.c:7235:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,t2);}
^
library.c: In function ‘f_16684’:
library.c:7256:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_16684,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7256:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_16684,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7256:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_16684,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7262:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_SCHEME_FALSE);
^
library.c:7262:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_SCHEME_FALSE);
^
library.c:7269:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t8+1)))(2,t8,C_SCHEME_FALSE);}
^
library.c:7276:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t11+1)))(2,t11,C_SCHEME_FALSE);}
^
library.c:7280:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t12+1)))(2,t12,(C_truep(t11)?C_SCHEME_FALSE:C_SCHEME_TRUE));}}
^
library.c: In function ‘f_13353’:
library.c:7296:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_13353,2,t0,t1);}
^
library.c:7296:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13353,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7296:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13353,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7296:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_13353,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7300:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[561],((C_word*)t0)[4]);}
^
library.c:7300:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[561],((C_word*)t0)[4]);}
^
library.c:7305:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[3]);}}
^
library.c:7305:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[3]);}}
^
library.c: In function ‘f_11197’:
library.c:7312:1: error: too many arguments to function ‘C_apply_values’
C_apply_values(3,0,((C_word*)t0)[2],((C_word*)t0)[3]);}
^
In file included from library.c:11:0:
chicken.h:1754:23: note: declared here
C_fctexport C_cpsproc(C_apply_values) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_14097’:
library.c:7323:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_14097,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7323:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_14097,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7323:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_14097,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_14095’:
library.c:7343:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_14095,2,t0,t1);}
^
library.c:7343:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_14095,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7343:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_14095,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7343:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_14095,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_13327’:
library.c:7367:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_13327,2,t0,t1);}
^
library.c:7367:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13327,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7367:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13327,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7367:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_13327,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7373:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,((C_word*)t0)[3]);}
^
library.c:7373:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,((C_word*)t0)[3]);}
^
library.c: In function ‘f_17019’:
library.c:7398:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_17019,2,t0,t1);}
^
library.c:7398:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17019,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7398:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17019,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7398:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_17019,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_19896’:
library.c:7426:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_19896,3,t0,t1,t2);}
^
library.c:7426:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_19896,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7426:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_19896,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7426:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_19896,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7428:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_structurep(t2,lf[682]));}
^
library.c:7428:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_structurep(t2,lf[682]));}
^
library.c: In function ‘f_14085’:
library.c:7438:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_14085,2,t0,t1);}
^
library.c:7438:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_14085,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7438:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_14085,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7438:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_14085,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7444:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,((C_word*)t0)[3]);}
^
library.c:7444:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,((C_word*)t0)[3]);}
^
library.c: In function ‘f_15523’:
library.c:7457:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,((C_word*)t0)[3],((C_word*)t0)[4]);}
^
library.c:7457:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,((C_word*)t0)[3],((C_word*)t0)[4]);}
^
library.c: In function ‘f_13334’:
library.c:7485:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_13334,2,t0,t1);}
^
library.c:7485:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13334,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7485:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13334,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7485:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_13334,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_16733’:
library.c:7515:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_16733,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7515:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_16733,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7515:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_16733,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_16657’:
library.c:7551:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_16657,2,t0,t1);}
^
library.c:7551:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16657,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7551:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16657,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7551:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_16657,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_14087’:
library.c:7564:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_14087,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7564:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_14087,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7564:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_14087,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7568:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[2]);}
^
library.c:7568:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[2]);}
^
library.c: In function ‘f_13303’:
library.c:7578:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_13303,2,t0,t1);}
^
library.c:7578:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13303,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7578:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13303,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7578:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_13303,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_21902’:
library.c:7609:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21902,2,t0,t1);}
^
library.c:7609:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21902,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7609:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21902,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7609:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21902,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7610:1: error: too many arguments to function ‘C_apply_values’
C_apply_values(3,0,t1,((C_word*)t0)[2]);}
^
In file included from library.c:11:0:
chicken.h:1754:23: note: declared here
C_fctexport C_cpsproc(C_apply_values) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_20801’:
library.c:7621:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_20801,2,t0,t1);}
^
library.c:7621:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_20801,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7621:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_20801,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7621:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_20801,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7631:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_SCHEME_END_OF_LIST);}}
^
library.c:7631:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_SCHEME_END_OF_LIST);}}
^
library.c: In function ‘f_21932’:
library.c:7639:3: error: ‘C_proc9’ undeclared (first use in this function)
((C_proc9)C_fast_retrieve_proc(*((C_word*)lf[174]+1)))(9,*((C_word*)lf[174]+1),((C_word*)t0)[2],lf[1003],((C_word*)t0)[3],lf[1004],((C_word*)t0)[4],lf[1005],t1,lf[1006]);}
^
library.c:7639:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc9)C_fast_retrieve_proc(*((C_word*)lf[174]+1)))(9,*((C_word*)lf[174]+1),((C_word*)t0)[2],lf[1003],((C_word*)t0)[3],lf[1004],((C_word*)t0)[4],lf[1005],t1,lf[1006]);}
^
library.c: In function ‘f_6571’:
library.c:7650:27: error: ‘tr3r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3r,(void*)f_6571r,3,t0,t1,t2);}
^
library.c:7650:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_6571r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7650:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_6571r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7650:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3r,(void*)f_6571r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_6571r’:
library.c:7666:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:7666:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:7670:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}}
^
library.c: In function ‘f_10512’:
library.c:7681:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_10512,4,t0,t1,t2,t3);}
^
library.c:7681:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_10512,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7681:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_10512,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7681:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_10512,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7685:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_i_char_greaterp(t4,t5));}
^
library.c:7685:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_i_char_greaterp(t4,t5));}
^
library.c: In function ‘f_21924’:
library.c:7696:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21924,2,t0,t1);}
^
library.c:7696:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21924,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7696:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21924,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7696:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21924,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7702:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t3,t4);}
^
library.c:7702:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t3,t4);}
^
library.c: In function ‘f_21920’:
library.c:7711:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],t1,C_SCHEME_FALSE,*((C_word*)lf[455]+1));}
^
library.c:7711:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],t1,C_SCHEME_FALSE,*((C_word*)lf[455]+1));}
^
library.c: In function ‘f_21928’:
library.c:7722:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21928,2,t0,t1);}
^
library.c:7722:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21928,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7722:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21928,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7722:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21928,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7728:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t3,t4);}
^
library.c:7728:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t3,t4);}
^
library.c: In function ‘f_14030’:
library.c:7738:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[584]);}
^
library.c:7738:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[584]);}
^
library.c:7762:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[585],t1);}}}}}}
^
library.c:7762:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[585],t1);}}}}}}
^
library.c: In function ‘f_6597’:
library.c:7773:27: error: ‘tr3r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3r,(void*)f_6597r,3,t0,t1,t2);}
^
library.c:7773:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_6597r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7773:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_6597r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7773:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3r,(void*)f_6597r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_6597r’:
library.c:7789:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:7789:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:7793:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}}
^
library.c: In function ‘f_21948’:
library.c:7802:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_21948,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7802:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_21948,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7802:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_21948,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7806:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c:7806:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c: In function ‘f_21942’:
library.c:7818:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21942,2,t0,t1);}
^
library.c:7818:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21942,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7818:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21942,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7818:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21942,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_21970’:
library.c:7842:27: error: ‘tr2r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2r,(void*)f_21970r,2,t0,t1);}
^
library.c:7842:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_21970r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7842:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_21970r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7842:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2r,(void*)f_21970r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_21970r’:
library.c:7855:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t1);}
^
library.c:7855:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t1);}
^
library.c:7857:1: error: too many arguments to function ‘C_apply’
C_apply(4,0,t1,*((C_word*)lf[21]+1),t2);}}
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:7859:1: error: too many arguments to function ‘C_apply’
C_apply(4,0,t1,*((C_word*)lf[21]+1),t2);}}
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_7587’:
library.c:7880:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_7587,3,t0,t1,t2);}
^
library.c:7880:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_7587,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7880:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_7587,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7880:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_7587,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7887:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t6+1)))(3,t6,t5,t4);}
^
library.c:7887:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t6+1)))(3,t6,t5,t4);}
^
library.c:7891:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t1,t2,lf[157]);}}
^
library.c:7891:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t1,t2,lf[157]);}}
^
library.c: In function ‘f_13383’:
library.c:7900:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_13383,2,t0,t1);}
^
library.c:7900:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13383,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7900:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13383,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7900:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_13383,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_10588’:
library.c:7918:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_10588,2,t0,t1);}
^
library.c:7918:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_10588,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7918:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_10588,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7918:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_10588,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7927:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t8+1)))(4,t8,t7,lf[1141],C_make_character(32));}
^
library.c:7927:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t8+1)))(4,t8,t7,lf[1141],C_make_character(32));}
^
library.c: In function ‘f_10580’:
library.c:7937:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_10580,3,t0,t1,t2);}
^
library.c:7937:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_10580,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7937:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_10580,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7937:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_10580,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7940:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_u_i_char_alphabeticp(t2));}
^
library.c:7940:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_u_i_char_alphabeticp(t2));}
^
library.c: In function ‘f_16756’:
library.c:7948:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_i_not(t1));}
^
library.c:7948:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_i_not(t1));}
^
library.c: In function ‘f_13396’:
library.c:7961:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_13396,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7961:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_13396,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7961:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_13396,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7972:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[5],((C_word*)t0)[2],lf[564]);}
^
library.c:7972:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[5],((C_word*)t0)[2],lf[564]);}
^
library.c: In function ‘f_13363’:
library.c:7991:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_13363,2,t0,t1);}
^
library.c:7991:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13363,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7991:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13363,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:7991:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_13363,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_10590’:
library.c:8007:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_10590,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8007:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_10590,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8007:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_10590,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8013:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,f_10603(t6,t5));}
^
library.c:8013:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,f_10603(t6,t5));}
^
library.c: In function ‘f_16749’:
library.c:8037:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_16749,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8037:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_16749,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8037:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_16749,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8042:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[3]);}
^
library.c:8042:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[3]);}
^
library.c:8048:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_not(t3));}
^
library.c:8048:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_not(t3));}
^
library.c: In function ‘f_10568’:
library.c:8069:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_10568,3,t0,t1,t2);}
^
library.c:8069:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_10568,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8069:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_10568,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8069:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_10568,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8072:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_u_i_char_numericp(t2));}
^
library.c:8072:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_u_i_char_numericp(t2));}
^
library.c: In function ‘f_10562’:
library.c:8082:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_10562,3,t0,t1,t2);}
^
library.c:8082:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_10562,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8082:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_10562,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8082:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_10562,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8085:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_u_i_char_lower_casep(t2));}
^
library.c:8085:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_u_i_char_lower_casep(t2));}
^
library.c: In function ‘f_13376’:
library.c:8098:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_13376,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8098:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_13376,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8098:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_13376,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8103:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[6]);}
^
library.c:8103:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[6]);}
^
library.c: In function ‘f_21952’:
library.c:8128:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21952,2,t0,t1);}
^
library.c:8128:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21952,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8128:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21952,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8128:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21952,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8134:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,C_SCHEME_FALSE);}
^
library.c:8134:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,C_SCHEME_FALSE);}
^
library.c:8137:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t1);}}
^
library.c:8137:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t1);}}
^
library.c: In function ‘f_6519’:
library.c:8148:27: error: ‘tr3r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3r,(void*)f_6519r,3,t0,t1,t2);}
^
library.c:8148:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_6519r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8148:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_6519r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8148:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3r,(void*)f_6519r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_6519r’:
library.c:8164:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:8164:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:8168:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}}
^
library.c: In function ‘f_6584’:
library.c:8179:27: error: ‘tr3r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3r,(void*)f_6584r,3,t0,t1,t2);}
^
library.c:8179:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_6584r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8179:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_6584r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8179:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3r,(void*)f_6584r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_6584r’:
library.c:8195:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:8195:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:8199:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}}
^
library.c: In function ‘f_23137’:
library.c:8214:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_23137,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8214:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_23137,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8214:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_23137,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8217:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_SCHEME_END_OF_LIST);}
^
library.c:8217:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_SCHEME_END_OF_LIST);}
^
library.c:8229:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t10+1)))(5,t10,t9,t4,C_fix(0),C_fix(2));}
^
library.c:8229:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t10+1)))(5,t10,t9,t4,C_fix(0),C_fix(2));}
^
library.c: In function ‘f_7800’:
library.c:8242:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_7800,4,t0,t1,t2,t3);}
^
library.c:8242:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7800,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8242:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7800,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8242:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_7800,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8246:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)C_fast_retrieve_proc(t5))(6,t5,t1,t2,t3,lf[167],t4);}
^
library.c:8246:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc6)C_fast_retrieve_proc(t5))(6,t5,t1,t2,t3,lf[167],t4);}
^
library.c: In function ‘f_7806’:
library.c:8256:27: error: ‘tr5’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr5,(void*)f_7806,5,t0,t1,t2,t3,t4);}
^
library.c:8256:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_7806,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8256:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_7806,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8256:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr5,(void*)f_7806,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8259:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,(C_truep(t5)?C_fixnum_less_or_equal_p(t2,t3):C_fixnum_lessp(t4,C_fix(0))));}
^
library.c:8259:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,(C_truep(t5)?C_fixnum_less_or_equal_p(t2,t3):C_fixnum_lessp(t4,C_fix(0))));}
^
library.c: In function ‘f_23121’:
library.c:8269:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_23121,3,t0,t1,t2);}
^
library.c:8269:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23121,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8269:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23121,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8269:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_23121,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8272:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t2);}
^
library.c:8272:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t2);}
^
library.c: In function ‘f_7504’:
library.c:8286:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_7504,3,t0,t1,t2);}
^
library.c:8286:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_7504,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8286:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_7504,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8286:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_7504,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_12418’:
library.c:8304:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12418,2,t0,t1);}
^
library.c:8304:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12418,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8304:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12418,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8304:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12418,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8310:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[110]+1),t4,lf[1113]);}
^
library.c:8310:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[110]+1),t4,lf[1113]);}
^
library.c: In function ‘f_12410’:
library.c:8321:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12410,2,t0,t1);}
^
library.c:8321:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12410,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8321:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12410,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8321:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12410,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8327:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[109]+1),t4,lf[1115]);}
^
library.c:8327:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[109]+1),t4,lf[1115]);}
^
library.c: In function ‘f_12414’:
library.c:8338:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12414,2,t0,t1);}
^
library.c:8338:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12414,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8338:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12414,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8338:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12414,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8344:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[101]+1),t4,lf[1114]);}
^
library.c:8344:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[101]+1),t4,lf[1114]);}
^
library.c: In function ‘f_7513’:
library.c:8359:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_7513,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8359:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_7513,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8359:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_7513,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8362:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_SCHEME_END_OF_LIST);}
^
library.c:8362:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_SCHEME_END_OF_LIST);}
^
library.c: In function ‘f_7821’:
library.c:8382:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_7821,4,t0,t1,t2,t3);}
^
library.c:8382:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7821,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8382:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7821,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8382:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_7821,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8386:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)C_fast_retrieve_proc(t5))(6,t5,t1,t2,t3,lf[168],t4);}
^
library.c:8386:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc6)C_fast_retrieve_proc(t5))(6,t5,t1,t2,t3,lf[168],t4);}
^
library.c: In function ‘f_7827’:
library.c:8396:27: error: ‘tr5’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr5,(void*)f_7827,5,t0,t1,t2,t3,t4);}
^
library.c:8396:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_7827,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8396:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_7827,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8396:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr5,(void*)f_7827,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8399:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,(C_truep(t5)?C_fixnum_greater_or_equal_p(t2,t3):C_fixnum_greaterp(t4,C_fix(0))));}
^
library.c:8399:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,(C_truep(t5)?C_fixnum_greater_or_equal_p(t2,t3):C_fixnum_greaterp(t4,C_fix(0))));}
^
library.c: In function ‘f_12438’:
library.c:8409:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12438,2,t0,t1);}
^
library.c:8409:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12438,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8409:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12438,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8409:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12438,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8414:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t3,*((C_word*)lf[372]+1),*((C_word*)lf[373]+1),lf[1108]);}
^
library.c:8414:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t3,*((C_word*)lf[372]+1),*((C_word*)lf[373]+1),lf[1108]);}
^
library.c: In function ‘f_12434’:
library.c:8424:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12434,2,t0,t1);}
^
library.c:8424:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12434,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8424:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12434,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8424:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12434,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8429:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t3,*((C_word*)lf[147]+1),*((C_word*)lf[148]+1),lf[1109]);}
^
library.c:8429:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t3,*((C_word*)lf[147]+1),*((C_word*)lf[148]+1),lf[1109]);}
^
library.c: In function ‘f_12430’:
library.c:8440:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12430,2,t0,t1);}
^
library.c:8440:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12430,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8440:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12430,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8440:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12430,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8446:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[113]+1),t4,lf[1110]);}
^
library.c:8446:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[113]+1),t4,lf[1110]);}
^
library.c: In function ‘f_12406’:
library.c:8465:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12406,2,t0,t1);}
^
library.c:8465:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12406,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8465:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12406,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8465:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12406,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8471:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[108]+1),t4,lf[1116]);}
^
library.c:8471:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[108]+1),t4,lf[1116]);}
^
library.c: In function ‘f_7841’:
library.c:8486:27: error: ‘tr6’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr6,(void*)f_7841,6,t0,t1,t2,t3,t4,t5);}
^
library.c:8486:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr6,(void*)f_7841,6,t0,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8486:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr6,(void*)f_7841,6,t0,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8486:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr6,(void*)f_7841,6,t0,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8495:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)C_fast_retrieve_proc(t11))(5,t11,t1,t8,t9,t10);}
^
library.c:8495:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc5)C_fast_retrieve_proc(t11))(5,t11,t1,t8,t9,t10);}
^
library.c:8500:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc5)C_fast_retrieve_proc(t11))(5,t11,t1,t8,t9,t10);}}
^
library.c: In function ‘f_12402’:
library.c:8511:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12402,2,t0,t1);}
^
library.c:8511:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12402,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8511:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12402,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8511:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12402,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8517:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[107]+1),t4,lf[1117]);}
^
library.c:8517:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[107]+1),t4,lf[1117]);}
^
library.c: In function ‘f_23166’:
library.c:8539:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_23166,2,t0,t1);}
^
library.c:8539:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_23166,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8539:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_23166,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8539:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_23166,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8541:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_cons(&a,2,((C_word*)t0)[3],t1));}
^
library.c:8541:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_cons(&a,2,((C_word*)t0)[3],t1));}
^
library.c: In function ‘f_12453’:
library.c:8552:27: error: ‘tr3r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3r,(void*)f_12453r,3,t0,t1,t2);}
^
library.c:8552:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_12453r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8552:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_12453r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8552:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3r,(void*)f_12453r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_12453r’:
library.c:8572:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)C_fast_retrieve_proc(t8))(3,t8,t7,t2);}
^
library.c:8572:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc3)C_fast_retrieve_proc(t8))(3,t8,t7,t2);}
^
library.c: In function ‘f_17078’:
library.c:8592:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_17078,2,t0,t1);}
^
library.c:8592:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17078,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8592:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17078,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8592:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_17078,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_6283’:
library.c:8612:27: error: ‘tr2r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2r,(void*)f_6283r,2,t0,t1);}
^
library.c:8612:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_6283r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8612:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_6283r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8612:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2r,(void*)f_6283r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_6283r’:
library.c:8622:1: error: too many arguments to function ‘C_apply’
C_apply(5,0,t1,*((C_word*)lf[8]+1),lf[9],t2);}
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:8626:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t1,lf[9],C_SCHEME_FALSE);}}
^
library.c:8626:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t1,lf[9],C_SCHEME_FALSE);}}
^
library.c: In function ‘f_23156’:
library.c:8635:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_23156,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8635:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_23156,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8635:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_23156,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_12426’:
library.c:8655:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12426,2,t0,t1);}
^
library.c:8655:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12426,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8655:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12426,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8655:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12426,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8661:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[112]+1),t4,lf[1111]);}
^
library.c:8661:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[112]+1),t4,lf[1111]);}
^
library.c: In function ‘f_12422’:
library.c:8672:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12422,2,t0,t1);}
^
library.c:8672:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12422,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8672:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12422,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8672:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12422,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8678:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[111]+1),t4,lf[1112]);}
^
library.c:8678:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[111]+1),t4,lf[1112]);}
^
library.c: In function ‘f_9412’:
library.c:8695:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_9412,NULL,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8695:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_9412,NULL,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8695:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_9412,NULL,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8703:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t9+1)))(2,t9,t8);}
^
library.c:8703:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t9+1)))(2,t9,t8);}
^
library.c:8714:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t8+1)))(2,t8,C_SCHEME_FALSE);}}
^
library.c: In function ‘f_12446’:
library.c:8745:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12446,2,t0,t1);}
^
library.c:8745:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12446,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8745:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12446,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8745:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12446,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8771:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t25+1)))(3,t25,t24,C_SCHEME_TRUE);}
^
library.c:8771:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t25+1)))(3,t25,t24,C_SCHEME_TRUE);}
^
library.c: In function ‘f_12442’:
library.c:8782:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12442,2,t0,t1);}
^
library.c:8782:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12442,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8782:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12442,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8782:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12442,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8788:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[132]+1),t4,lf[1107]);}
^
library.c:8788:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[132]+1),t4,lf[1107]);}
^
library.c: In function ‘f_9439’:
library.c:8812:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_9439,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8812:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_9439,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8812:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_9439,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_13926’:
library.c:8839:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,((C_word*)t0)[4]);}
^
library.c:8839:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,((C_word*)t0)[4]);}
^
library.c:8845:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,((C_word*)t0)[6],((C_word*)t0)[7],lf[580],((C_word*)t0)[8]);}
^
library.c:8845:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,((C_word*)t0)[6],((C_word*)t0)[7],lf[580],((C_word*)t0)[8]);}
^
library.c:8848:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,((C_word*)t0)[4]);}}}
^
library.c:8851:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,((C_word*)t0)[4]);}}
^
library.c: In function ‘f_7468’:
library.c:8862:27: error: ‘tr3r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3r,(void*)f_7468r,3,t0,t1,t2);}
^
library.c:8862:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_7468r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8862:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_7468r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8862:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3r,(void*)f_7468r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_7468r’:
library.c:8879:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t6+1)))(6,t6,t5,lf[151],lf[150],lf[152],t2);}
^
library.c:8879:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t6+1)))(6,t6,t5,lf[151],lf[150],lf[152],t2);}
^
library.c: In function ‘f_9463’:
library.c:8897:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_SCHEME_FALSE);}}
^
library.c:8897:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_SCHEME_FALSE);}}
^
library.c: In function ‘f_12460’:
library.c:8913:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12460,2,t0,t1);}
^
library.c:8913:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12460,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8913:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12460,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8913:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12460,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_12467’:
library.c:8939:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_12467,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8939:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_12467,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8939:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_12467,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8946:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t6+1)))(4,t6,((C_word*)t0)[5],t4,t5);}
^
library.c:8946:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t6+1)))(4,t6,((C_word*)t0)[5],t4,t5);}
^
library.c: In function ‘f_7475’:
library.c:8964:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t4+1)))(6,t4,t2,t3,C_SCHEME_TRUE,C_make_character(32),C_SCHEME_FALSE);}
^
library.c:8964:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t4+1)))(6,t4,t2,t3,C_SCHEME_TRUE,C_make_character(32),C_SCHEME_FALSE);}
^
library.c:8972:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t6+1)))(6,t6,t4,t5,C_SCHEME_TRUE,t2,C_SCHEME_FALSE);}}
^
library.c: In function ‘f_10424’:
library.c:8981:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_10424,3,t0,t1,t2);}
^
library.c:8981:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_10424,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8981:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_10424,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8981:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_10424,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8983:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_charp(t2));}
^
library.c:8983:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_charp(t2));}
^
library.c: In function ‘f_10427’:
library.c:8994:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_10427,3,t0,t1,t2);}
^
library.c:8994:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_10427,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8994:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_10427,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8994:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_10427,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:8998:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_fix(t4));}
^
library.c:8998:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_fix(t4));}
^
library.c: In function ‘f_10441’:
library.c:9009:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_10441,4,t0,t1,t2,t3);}
^
library.c:9009:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_10441,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9009:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_10441,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9009:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_10441,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9013:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_i_char_equalp(t2,t3));}
^
library.c:9013:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_i_char_equalp(t2,t3));}
^
library.c: In function ‘f_13905’:
library.c:9023:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_13905,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9023:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_13905,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9023:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_13905,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9027:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[579],((C_word*)t0)[4]);}
^
library.c:9027:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[579],((C_word*)t0)[4]);}
^
library.c:9034:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t2,((C_word*)t0)[4],t3,((C_word*)t0)[5]);}
^
library.c:9038:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t2,((C_word*)t0)[4],C_fix(10),((C_word*)t0)[5]);}}}
^
library.c: In function ‘f_9409’:
library.c:9053:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_9409,4,t0,t1,t2,t3);}
^
library.c:9053:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_9409,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9053:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_9409,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9053:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_9409,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_10434’:
library.c:9073:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_10434,3,t0,t1,t2);}
^
library.c:9073:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_10434,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9073:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_10434,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9073:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_10434,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9077:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_make_character(t4));}
^
library.c:9077:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_make_character(t4));}
^
library.c: In function ‘f_7415’:
library.c:9086:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_7415,4,t0,t1,t2,t3);}
^
library.c:9086:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7415,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9086:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7415,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9086:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_7415,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9088:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_memq(t2,t3));}
^
library.c:9088:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_memq(t2,t3));}
^
library.c: In function ‘f_13911’:
library.c:9101:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_13911,2,t0,t1);}
^
library.c:9101:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13911,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9101:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13911,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9101:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_13911,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9108:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,t2);}
^
library.c:9108:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,t2);}
^
library.c:9113:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,((C_word*)t0)[2],((C_word*)t0)[5],lf[581],((C_word*)t0)[6]);}
^
library.c:9113:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,((C_word*)t0)[2],((C_word*)t0)[5],lf[581],((C_word*)t0)[6]);}
^
library.c:9118:1: error: too many arguments to function ‘C_string_to_symbol’
C_string_to_symbol(3,0,t3,t4);}}}
^
In file included from library.c:11:0:
chicken.h:1770:23: note: declared here
C_fctexport C_cpsproc(C_string_to_symbol) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_13917’:
library.c:9126:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,((C_word*)t0)[3]);}
^
library.c:9126:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,((C_word*)t0)[3]);}
^
library.c: In function ‘f_7418’:
library.c:9135:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_7418,4,t0,t1,t2,t3);}
^
library.c:9135:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7418,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9135:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7418,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9135:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_7418,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9137:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_memv(t2,t3));}
^
library.c:9137:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_memv(t2,t3));}
^
library.c: In function ‘f_6263’:
library.c:9146:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,((C_word*)t0)[2],C_fix(0));}
^
library.c:9146:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,((C_word*)t0)[2],C_fix(0));}
^
library.c: In function ‘f_6268’:
library.c:9156:27: error: ‘tr2r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2r,(void*)f_6268r,2,t0,t1);}
^
library.c:9156:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_6268r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9156:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_6268r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9156:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2r,(void*)f_6268r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_6268r’:
library.c:9169:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t1,C_SCHEME_FALSE);}
^
library.c:9169:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t1,C_SCHEME_FALSE);}
^
library.c:9174:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t1,t3);}}
^
library.c: In function ‘f_23119’:
library.c:9183:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_23119,2,t0,t1);}
^
library.c:9183:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_23119,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9183:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_23119,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9183:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_23119,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9187:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,((C_word*)t0)[2],t1,t2);}
^
library.c:9187:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,((C_word*)t0)[2],t1,t2);}
^
library.c: In function ‘f_23116’:
library.c:9202:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_23116,2,t0,t1);}
^
library.c:9202:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_23116,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9202:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_23116,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9202:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_23116,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9216:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t5+1)))(4,t5,((C_word*)t0)[2],t3,t4);}}
^
library.c:9216:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t5+1)))(4,t5,((C_word*)t0)[2],t3,t4);}}
^
library.c: In function ‘f_19982’:
library.c:9227:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_19982,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9227:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_19982,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9227:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_19982,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9237:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}}
^
library.c:9237:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}}
^
library.c: In function ‘f_13965’:
library.c:9246:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_13965,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9246:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_13965,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9246:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_13965,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9250:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,((C_word*)t0)[2]);}
^
library.c:9250:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,((C_word*)t0)[2]);}
^
library.c: In function ‘f_13978’:
library.c:9260:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[582]);}
^
library.c:9260:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[582]);}
^
library.c:9274:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[583],t1);}}}}
^
library.c:9274:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[583],t1);}}}}
^
library.c: In function ‘f_13975’:
library.c:9283:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_13975,2,t0,t1);}
^
library.c:9283:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13975,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9283:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13975,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9283:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_13975,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9287:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[3]);}
^
library.c:9287:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[3]);}
^
library.c: In function ‘f_12471’:
library.c:9298:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_12471,NULL,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9298:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_12471,NULL,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9298:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_12471,NULL,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_12475’:
library.c:9318:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_12475,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9318:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_12475,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9318:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_12475,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9324:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t3);}
^
library.c:9324:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t3);}
^
library.c:9328:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)C_fast_retrieve_proc(t3))(3,t3,t2,((C_word*)t0)[5]);}}
^
library.c:9328:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc3)C_fast_retrieve_proc(t3))(3,t3,t2,((C_word*)t0)[5]);}}
^
library.c: In function ‘f_12478’:
library.c:9338:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t1);}
^
library.c:9338:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t1);}
^
library.c: In function ‘f_13851’:
library.c:9347:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_13851,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9347:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_13851,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9347:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_13851,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_13855’:
library.c:9361:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t2+1)))(3,t2,((C_word*)t0)[2],t1);}
^
library.c:9361:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t2+1)))(3,t2,((C_word*)t0)[2],t1);}
^
library.c:9365:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[575],t1);}}
^
library.c:9365:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[575],t1);}}
^
library.c: In function ‘f_19924’:
library.c:9387:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_19924,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9387:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_19924,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9387:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_19924,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9391:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}
^
library.c:9391:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}
^
library.c: In function ‘f_22502’:
library.c:9427:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_22502,2,t0,t1);}
^
library.c:9427:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22502,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9427:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22502,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9427:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_22502,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9430:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c:9430:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c: In function ‘f_13869’:
library.c:9440:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_13869,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9440:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_13869,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9440:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_13869,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_11213’:
library.c:9455:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_11213,3,t0,t1,t2);}
^
library.c:9455:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_11213,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9455:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_11213,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9455:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_11213,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9459:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)C_fast_retrieve_proc(t4))(3,t4,t1,t3);}
^
library.c:9459:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc3)C_fast_retrieve_proc(t4))(3,t4,t1,t3);}
^
library.c: In function ‘f_9250’:
library.c:9469:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_9250,2,t0,t1);}
^
library.c:9469:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_9250,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9469:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_9250,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9469:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_9250,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_11216’:
library.c:9484:27: error: ‘tr2r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2r,(void*)f_11216r,2,t0,t1);}
^
library.c:9484:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_11216r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9484:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_11216r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9484:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2r,(void*)f_11216r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_11216r’:
library.c:9502:1: error: too many arguments to function ‘C_apply’
C_apply(4,0,t1,((C_word*)t0)[2],t2);}
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_13838’:
library.c:9519:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_13838,2,t0,t1);}
^
library.c:9519:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13838,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9519:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13838,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9519:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_13838,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_9259’:
library.c:9542:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_9259,4,t0,t1,t2,t3);}
^
library.c:9542:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_9259,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9542:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_9259,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9542:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_9259,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9548:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t7+1)))(4,t7,t6,t2,t3);}
^
library.c:9548:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t7+1)))(4,t7,t6,t2,t3);}
^
library.c: In function ‘f_13849’:
library.c:9575:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_13849,2,t0,t1);}
^
library.c:9575:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13849,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9575:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13849,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9575:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_13849,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9587:1: error: too many arguments to function ‘C_call_cc’
C_call_cc(3,0,t9,t10);}
^
In file included from library.c:11:0:
chicken.h:1751:23: note: declared here
C_fctexport C_cpsproc(C_call_cc) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:9591:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,((C_word*)t0)[5],((C_word*)t0)[7],lf[574],((C_word*)t0)[2]);}}
^
library.c:9591:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,((C_word*)t0)[5],((C_word*)t0)[7],lf[574],((C_word*)t0)[2]);}}
^
library.c: In function ‘f_19918’:
library.c:9599:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_19918,2,t0,t1);}
^
library.c:9599:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_19918,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9599:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_19918,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9599:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_19918,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9601:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_cons(&a,2,((C_word*)t0)[3],t1));}
^
library.c:9601:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_cons(&a,2,((C_word*)t0)[3],t1));}
^
library.c: In function ‘f_19910’:
library.c:9614:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_19910,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9614:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_19910,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9614:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_19910,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_9271’:
library.c:9628:1: error: too many arguments to function ‘C_quotient’
C_quotient(4,0,((C_word*)t0)[2],((C_word*)t0)[3],t1);}
^
In file included from library.c:11:0:
chicken.h:1774:23: note: declared here
C_fctexport C_cpsproc(C_quotient) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_9273’:
library.c:9638:27: error: ‘tr2r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2r,(void*)f_9273r,2,t0,t1);}
^
library.c:9638:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_9273r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9638:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_9273r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9638:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2r,(void*)f_9273r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_9273r’:
library.c:9653:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_fix(1));}
^
library.c:9653:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_fix(1));}
^
library.c: In function ‘f_11247’:
library.c:9681:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_11247,NULL,3,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9681:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_11247,NULL,3,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9681:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_11247,NULL,3,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9685:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}
^
library.c:9685:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}
^
library.c:9707:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc2)C_fast_retrieve_proc(t10))(2,t10,t9);}}}
^
library.c: In function ‘f_11220’:
library.c:9714:1: error: too many arguments to function ‘C_apply’
C_apply(4,0,((C_word*)t0)[2],((C_word*)t0)[3],((C_word*)t0)[4]);}
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_22518’:
library.c:9722:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_22518,2,t0,t1);}
^
library.c:9722:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22518,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9722:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22518,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9722:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_22518,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9724:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_make_locative(&a,4,C_fix(9),((C_word*)t0)[3],((C_word*)t0)[4],((C_word*)t0)[5]));}
^
library.c:9724:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_make_locative(&a,4,C_fix(9),((C_word*)t0)[3],((C_word*)t0)[4],((C_word*)t0)[5]));}
^
library.c: In function ‘f_19909’:
library.c:9742:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_19909,2,t0,t1);}
^
library.c:9742:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_19909,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9742:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_19909,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9742:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_19909,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_19906’:
library.c:9763:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_19906,2,t0,t1);}
^
library.c:9763:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_19906,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9763:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_19906,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9763:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_19906,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9771:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t3+1)))(6,t3,t2,lf[56],lf[864],lf[865],((C_word*)t0)[2]);}}
^
library.c:9771:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t3+1)))(6,t3,t2,lf[56],lf[864],lf[865],((C_word*)t0)[2]);}}
^
library.c: In function ‘f_22525’:
library.c:9780:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_22525,2,t0,t1);}
^
library.c:9780:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22525,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9780:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22525,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9780:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_22525,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9783:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_make_locative(&a,4,C_fix(0),((C_word*)t0)[4],t2,((C_word*)t0)[5]));}
^
library.c:9783:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_make_locative(&a,4,C_fix(0),((C_word*)t0)[4],t2,((C_word*)t0)[5]));}
^
library.c: In function ‘f_19902’:
library.c:9793:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_19902,3,t0,t1,t2);}
^
library.c:9793:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_19902,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9793:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_19902,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9793:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_19902,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9797:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,t2);}
^
library.c:9797:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,t2);}
^
library.c: In function ‘f_9239’:
library.c:9806:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_9239,2,t0,t1);}
^
library.c:9806:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_9239,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9806:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_9239,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9806:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_9239,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9810:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t2,((C_word*)t0)[5],((C_word*)t0)[6]);}
^
library.c:9810:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t2,((C_word*)t0)[5],((C_word*)t0)[6]);}
^
library.c: In function ‘f_22588’:
library.c:9821:27: error: ‘tr4r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4r,(void*)f_22588r,4,t0,t1,t2,t3);}
^
library.c:9821:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4r,(void*)f_22588r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9821:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4r,(void*)f_22588r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9821:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4r,(void*)f_22588r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_22588r’:
library.c:9837:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t8+1)))(2,t8,C_i_getprop(t2,t3,t6));}
^
library.c:9837:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t8+1)))(2,t8,C_i_getprop(t2,t3,t6));}
^
library.c: In function ‘f_22581’:
library.c:9847:27: error: ‘tr5’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr5,(void*)f_22581,5,t0,t1,t2,t3,t4);}
^
library.c:9847:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_22581,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9847:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_22581,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9847:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr5,(void*)f_22581,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9850:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_a_i_putprop(&a,3,t2,t3,t4));}
^
library.c:9850:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_a_i_putprop(&a,3,t2,t3,t4));}
^
library.c: In function ‘f_9224’:
library.c:9861:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_9224,2,t0,t1);}
^
library.c:9861:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_9224,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9861:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_9224,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9861:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_9224,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9864:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_abs(&a,1,((C_word*)t0)[4]));}
^
library.c:9864:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_abs(&a,1,((C_word*)t0)[4]));}
^
library.c:9871:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t5+1)))(4,t5,t4,t3,lf[322]);}}
^
library.c:9871:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t5+1)))(4,t5,t4,t3,lf[322]);}}
^
library.c: In function ‘f_11263’:
library.c:9882:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_11263,2,t0,t1);}
^
library.c:9882:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_11263,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9882:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_11263,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9882:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_11263,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9888:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)C_fast_retrieve_proc(t5))(2,t5,t4);}
^
library.c:9888:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc2)C_fast_retrieve_proc(t5))(2,t5,t4);}
^
library.c: In function ‘f_22558’:
library.c:9898:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_22558,2,t0,t1);}
^
library.c:9898:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22558,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9898:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22558,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9898:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_22558,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9902:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,C_SCHEME_TRUE);}
^
library.c:9902:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,C_SCHEME_TRUE);}
^
library.c: In function ‘f_22565’:
library.c:9913:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_22565,2,t0,t1);}
^
library.c:9913:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22565,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9913:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22565,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9913:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_22565,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9918:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_a_i_vector3(&a,3,t2,t3,t4));}
^
library.c:9918:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_a_i_vector3(&a,3,t2,t3,t4));}
^
library.c: In function ‘f_22562’:
library.c:9928:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_22562,2,t0,t1);}
^
library.c:9928:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22562,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9928:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22562,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9928:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_22562,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9933:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}
^
library.c:9933:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}
^
library.c: In function ‘f_11269’:
library.c:9943:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c:9943:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c: In function ‘f_6545’:
library.c:9954:27: error: ‘tr3r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3r,(void*)f_6545r,3,t0,t1,t2);}
^
library.c:9954:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_6545r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9954:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_6545r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9954:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3r,(void*)f_6545r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_6545r’:
library.c:9970:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:9970:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:9974:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}}
^
library.c: In function ‘f_19557’:
library.c:9983:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)C_fast_retrieve_proc(t2))(2,t2,((C_word*)t0)[2]);}
^
library.c:9983:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc2)C_fast_retrieve_proc(t2))(2,t2,((C_word*)t0)[2]);}
^
library.c: In function ‘f_20096’:
library.c:9994:27: error: ‘tr4r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4r,(void*)f_20096r,4,t0,t1,t2,t3);}
^
library.c:9994:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4r,(void*)f_20096r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9994:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4r,(void*)f_20096r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:9994:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4r,(void*)f_20096r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_20096r’:
library.c:10029:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t12+1)))(3,t12,t11,t7);
^
library.c:10029:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t12+1)))(3,t12,t11,t7);
^
library.c:10040:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t12+1)))(3,t12,t11,t7);
^
library.c:10042:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[874],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10044:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[816],t3,lf[875],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10046:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[823],t3,lf[876],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10048:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[823],t3,lf[877],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10050:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[813],t3,lf[878],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10052:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[151],t3,lf[879],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10054:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[880],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10056:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[825],t3,lf[881],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10058:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[882],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10060:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[823],t3,lf[883],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10062:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[884],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10064:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[885],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10066:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[886],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10068:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[887],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10070:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[888],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10072:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[889],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10074:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[890],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10076:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[891],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10078:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[892],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10080:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[893],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10082:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[823],t3,lf[894],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10084:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[895],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10086:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[896],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10088:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[897],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10090:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[898],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10092:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[899],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10094:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[900],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10096:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[901],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10098:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[902],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10100:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[903],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10102:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[904],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10104:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[905],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10106:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[906],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10108:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[823],t3,lf[907],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10110:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[908],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10112:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[909],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10114:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[910],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10116:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[911],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10118:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[912],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10120:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[440],t3,lf[913],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10122:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[56],t3,lf[914],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10124:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[831],t3,lf[915],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10126:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[813],t3,lf[916],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10128:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[816],t3,lf[917],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10130:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[831],t3,lf[918],t4);
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10132:1: error: too many arguments to function ‘C_apply’
C_apply(7,0,t1,*((C_word*)lf[8]+1),lf[816],t3,lf[919],t4);}}
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_19554’:
library.c:10141:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_19554,2,t0,t1);}
^
library.c:10141:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_19554,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10141:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_19554,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10141:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_19554,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10145:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c:10145:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c: In function ‘f_20091’:
library.c:10154:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,((C_word*)t0)[2],((C_word*)t0)[3]);}
^
library.c:10154:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,((C_word*)t0)[2],((C_word*)t0)[3]);}
^
library.c: In function ‘f_13876’:
library.c:10176:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_13876,4,t0,t1,t2,t3);}
^
library.c:10176:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_13876,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10176:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_13876,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10176:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_13876,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10186:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t4+1)))(4,t4,t1,((C_word*)t0)[3],lf[578]);}
^
library.c:10186:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t4+1)))(4,t4,t1,((C_word*)t0)[3],lf[578]);}
^
library.c: In function ‘f_9295’:
library.c:10207:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_9295,2,t0,t1);}
^
library.c:10207:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_9295,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10207:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_9295,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10207:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_9295,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10210:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_abs(&a,1,((C_word*)t0)[4]));}
^
library.c:10210:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_abs(&a,1,((C_word*)t0)[4]));}
^
library.c:10217:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t5+1)))(4,t5,t4,t3,lf[324]);}}
^
library.c:10217:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t5+1)))(4,t5,t4,t3,lf[324]);}}
^
library.c: In function ‘f_19502’:
library.c:10226:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_19502,3,t0,t1,t2);}
^
library.c:10226:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_19502,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10226:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_19502,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10226:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_19502,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10229:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t1,t2);}
^
library.c:10229:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t1,t2);}
^
library.c: In function ‘f_13883’:
library.c:10239:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_13883,2,t0,t1);}
^
library.c:10239:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13883,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10239:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13883,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10239:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_13883,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10244:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,((C_word*)t0)[4]);}
^
library.c:10244:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,((C_word*)t0)[4]);}
^
library.c: In function ‘f_6505’:
library.c:10255:27: error: ‘tr3r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3r,(void*)f_6505r,3,t0,t1,t2);}
^
library.c:10255:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_6505r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10255:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_6505r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10255:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3r,(void*)f_6505r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_6505r’:
library.c:10271:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:10271:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:10275:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}}
^
library.c: In function ‘f_19515’:
library.c:10285:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_19515,2,t0,t1);}
^
library.c:10285:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_19515,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10285:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_19515,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10285:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_19515,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10290:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,((C_word*)t0)[3],t3);}
^
library.c:10290:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,((C_word*)t0)[3],t3);}
^
library.c: In function ‘f_9285’:
library.c:10303:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_9285,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10303:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_9285,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10303:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_9285,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10312:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t9+1)))(4,t9,t8,t5,lf[324]);}
^
library.c:10312:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t9+1)))(4,t9,t8,t5,lf[324]);}
^
library.c: In function ‘f_19511’:
library.c:10346:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_19511,3,t0,t1,t2);}
^
library.c:10346:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_19511,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10346:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_19511,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10346:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_19511,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10363:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t15+1)))(2,t15,t14);}
^
library.c:10363:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t15+1)))(2,t15,t14);}
^
library.c:10371:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t9+1)))(5,t9,t8,lf[855],C_SCHEME_FALSE,*((C_word*)lf[455]+1));}
^
library.c:10371:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t9+1)))(5,t9,t8,lf[855],C_SCHEME_FALSE,*((C_word*)lf[455]+1));}
^
library.c:10379:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t11+1)))(2,t11,t10);}
^
library.c:10385:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t12+1)))(3,t12,t1,t11);}}}}
^
library.c:10385:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t12+1)))(3,t12,t1,t11);}}}}
^
library.c:10391:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t6+1)))(3,t6,t1,t5);}}
^
library.c: In function ‘f_6532’:
library.c:10402:27: error: ‘tr3r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3r,(void*)f_6532r,3,t0,t1,t2);}
^
library.c:10402:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_6532r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10402:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_6532r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10402:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3r,(void*)f_6532r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_6532r’:
library.c:10418:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:10418:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:10422:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}}
^
library.c: In function ‘f_11207’:
library.c:10433:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_11207,3,t0,t1,t2);}
^
library.c:10433:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_11207,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10433:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_11207,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10433:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_11207,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10437:1: error: too many arguments to function ‘C_call_cc’
C_call_cc(3,0,t1,t4);}
^
In file included from library.c:11:0:
chicken.h:1751:23: note: declared here
C_fctexport C_cpsproc(C_call_cc) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_7528’:
library.c:10445:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_7528,2,t0,t1);}
^
library.c:10445:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_7528,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10445:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_7528,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10445:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_7528,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10447:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_cons(&a,2,((C_word*)t0)[3],t1));}
^
library.c:10447:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_cons(&a,2,((C_word*)t0)[3],t1));}
^
library.c: In function ‘f_8296’:
library.c:10462:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8296,4,t0,t1,t2,t3);}
^
library.c:10462:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8296,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10462:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8296,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10462:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8296,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10470:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t9+1)))(2,t9,C_flonum_greaterp(t2,t3));}
^
library.c:10470:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t9+1)))(2,t9,C_flonum_greaterp(t2,t3));}
^
library.c:10475:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t10+1)))(6,t10,t4,t9,lf[225],t5,t6);}}
^
library.c:10475:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t10+1)))(6,t10,t4,t9,lf[225],t5,t6);}}
^
library.c: In function ‘f_8294’:
library.c:10483:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_flonum_equalp(((C_word*)t0)[3],((C_word*)t0)[4]));}
^
library.c:10483:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_flonum_equalp(((C_word*)t0)[3],((C_word*)t0)[4]));}
^
library.c: In function ‘f_6558’:
library.c:10494:27: error: ‘tr3r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3r,(void*)f_6558r,3,t0,t1,t2);}
^
library.c:10494:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_6558r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10494:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_6558r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10494:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3r,(void*)f_6558r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_6558r’:
library.c:10510:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:10510:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:10514:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}}
^
library.c: In function ‘f_20087’:
library.c:10525:27: error: ‘tr5r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr5r,(void*)f_20087r,5,t0,t1,t2,t3,t4);}
^
library.c:10525:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5r,(void*)f_20087r,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10525:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5r,(void*)f_20087r,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10525:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr5r,(void*)f_20087r,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_20087r’:
library.c:10537:1: error: too many arguments to function ‘C_apply’
C_apply(6,0,t6,*((C_word*)lf[867]+1),t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_7535’:
library.c:10549:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_7535,3,t0,t1,t2);}
^
library.c:10549:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_7535,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10549:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_7535,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10549:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_7535,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10556:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t6+1)))(3,t6,t5,t4);}
^
library.c:10556:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t6+1)))(3,t6,t5,t4);}
^
library.c:10560:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t1,t2,lf[155]);}}
^
library.c:10560:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t1,t2,lf[155]);}}
^
library.c: In function ‘f_17557’:
library.c:10568:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)C_fast_retrieve_proc(*((C_word*)lf[174]+1)))(5,*((C_word*)lf[174]+1),((C_word*)t0)[2],lf[677],t1,lf[678]);}
^
library.c:10568:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc5)C_fast_retrieve_proc(*((C_word*)lf[174]+1)))(5,*((C_word*)lf[174]+1),((C_word*)t0)[2],lf[677],t1,lf[678]);}
^
library.c: In function ‘f_8270’:
library.c:10576:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_8270,2,t0,t1);}
^
library.c:10576:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8270,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10576:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8270,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10576:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_8270,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10578:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_flonum_quotient_checked(&a,2,((C_word*)t0)[3],((C_word*)t0)[4]));}
^
library.c:10578:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_flonum_quotient_checked(&a,2,((C_word*)t0)[3],((C_word*)t0)[4]));}
^
library.c: In function ‘f_8272’:
library.c:10593:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8272,4,t0,t1,t2,t3);}
^
library.c:10593:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8272,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10593:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8272,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10593:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8272,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10601:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t9+1)))(2,t9,C_flonum_equalp(t2,t3));}
^
library.c:10601:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t9+1)))(2,t9,C_flonum_equalp(t2,t3));}
^
library.c:10606:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t10+1)))(6,t10,t4,t9,lf[224],t5,t6);}}
^
library.c:10606:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t10+1)))(6,t10,t4,t9,lf[224],t5,t6);}}
^
library.c: In function ‘f_19568’:
library.c:10616:1: error: too many arguments to function ‘C_apply’
C_apply(5,0,((C_word*)t0)[3],((C_word*)t0)[4],t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1750:23: note: declared here
C_fctexport C_cpsproc(C_apply) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:10619:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,((C_word*)t0)[3],t1);}}
^
library.c:10619:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,((C_word*)t0)[3],t1);}}
^
library.c: In function ‘f_19564’:
library.c:10634:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_19564,2,t0,t1);}
^
library.c:10634:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_19564,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10634:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_19564,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10634:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_19564,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10646:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t9+1)))(3,t9,t8,t6);}
^
library.c:10646:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t9+1)))(3,t9,t8,t6);}
^
library.c: In function ‘f_22546’:
library.c:10661:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_22546,2,t0,t1);}
^
library.c:10661:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22546,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10661:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22546,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10661:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_22546,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10664:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c:10664:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c: In function ‘f_17580’:
library.c:10680:27: error: ‘tr5’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr5,(void*)f_17580,5,t0,t1,t2,t3,t4);}
^
library.c:10680:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_17580,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10680:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_17580,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10680:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr5,(void*)f_17580,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10690:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t11+1)))(3,t11,t9,t10);}
^
library.c:10690:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t11+1)))(3,t11,t9,t10);}
^
library.c:10695:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t10+1)))(5,t10,t9,lf[691],C_SCHEME_FALSE,t4);}}
^
library.c:10695:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t10+1)))(5,t10,t9,lf[691],C_SCHEME_FALSE,t4);}}
^
library.c: In function ‘f_9214’:
library.c:10708:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_9214,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10708:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_9214,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10708:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_9214,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10717:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t9+1)))(4,t9,t8,t5,lf[322]);}
^
library.c:10717:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t9+1)))(4,t9,t8,t5,lf[322]);}
^
library.c: In function ‘f_17560’:
library.c:10734:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_17560,4,t0,t1,t2,t3);}
^
library.c:10734:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_17560,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10734:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_17560,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10734:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_17560,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10739:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_SCHEME_UNDEFINED);}
^
library.c:10739:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_SCHEME_UNDEFINED);}
^
library.c:10745:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t8+1)))(2,t8,C_SCHEME_UNDEFINED);}}
^
library.c: In function ‘f_7551’:
library.c:10755:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_7551,2,t0,t1);}
^
library.c:10755:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_7551,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10755:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_7551,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10755:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_7551,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10759:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,f_7556(t3,C_fix(0),((C_word*)t0)[4]));}
^
library.c:10759:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,f_7556(t3,C_fix(0),((C_word*)t0)[4]));}
^
library.c: In function ‘f_9202’:
library.c:10769:27: error: ‘tr2r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2r,(void*)f_9202r,2,t0,t1);}
^
library.c:10769:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_9202r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10769:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_9202r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10769:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2r,(void*)f_9202r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_9202r’:
library.c:10786:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fix(0));}
^
library.c:10786:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fix(0));}
^
library.c: In function ‘f_23946’:
library.c:10812:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_23946,3,t0,t1,t2);}
^
library.c:10812:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23946,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10812:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23946,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10812:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_23946,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10818:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t5+1)))(4,t5,t3,t2,t4);}
^
library.c:10818:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t5+1)))(4,t5,t3,t2,t4);}
^
library.c:10822:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,t1,lf[513],lf[1124],t2);}}
^
library.c:10822:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,t1,lf[513],lf[1124],t2);}}
^
library.c: In function ‘f_19594’:
library.c:10833:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)C_fast_retrieve_proc(*((C_word*)lf[174]+1)))(6,*((C_word*)lf[174]+1),((C_word*)t0)[3],lf[850],t1,lf[851],t2);}
^
library.c:10833:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc6)C_fast_retrieve_proc(*((C_word*)lf[174]+1)))(6,*((C_word*)lf[174]+1),((C_word*)t0)[3],lf[850],t1,lf[851],t2);}
^
library.c:10837:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc6)C_fast_retrieve_proc(*((C_word*)lf[174]+1)))(6,*((C_word*)lf[174]+1),((C_word*)t0)[3],lf[850],t1,lf[851],((C_word*)t0)[2]);}
^
library.c:10840:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc6)C_fast_retrieve_proc(*((C_word*)lf[174]+1)))(6,*((C_word*)lf[174]+1),((C_word*)t0)[3],lf[850],t1,lf[851],lf[852]);}}}
^
library.c: In function ‘f_23936’:
library.c:10862:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_23936,4,t0,t1,t2,t3);}
^
library.c:10862:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_23936,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10862:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_23936,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10862:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_23936,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10865:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_i_set_car(t4,t3));}
^
library.c:10865:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_i_set_car(t4,t3));}
^
library.c: In function ‘f_17511’:
library.c:10875:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_17511,2,t0,t1);}
^
library.c:10875:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17511,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10875:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17511,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10875:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_17511,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_17543’:
library.c:10927:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_17543,3,t0,t1,t2);}
^
library.c:10927:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_17543,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10927:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_17543,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10927:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_17543,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10931:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,t2);}
^
library.c:10931:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,t2);}
^
library.c: In function ‘f_17547’:
library.c:10940:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_17547,2,t0,t1);}
^
library.c:10940:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17547,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10940:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17547,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10940:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_17547,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10945:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,t1);}
^
library.c:10945:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,t1);}
^
library.c:10948:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,lf[679]);}}
^
library.c:10948:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,lf[679]);}}
^
library.c: In function ‘f_13433’:
library.c:10958:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_13433,2,t0,t1);}
^
library.c:10958:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13433,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10958:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13433,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10958:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_13433,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10964:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,((C_word*)t0)[4]);}
^
library.c:10964:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,((C_word*)t0)[4]);}
^
library.c: In function ‘f_23926’:
library.c:10978:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_23926,4,t0,t1,t2,t3);}
^
library.c:10978:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_23926,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10978:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_23926,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10978:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_23926,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10981:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_i_set_car(t4,t3));}
^
library.c:10981:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_i_set_car(t4,t3));}
^
library.c: In function ‘f_23916’:
library.c:10991:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_23916,4,t0,t1,t2,t3);}
^
library.c:10991:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_23916,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10991:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_23916,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10991:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_23916,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:10994:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_i_set_cdr(t4,t3));}
^
library.c:10994:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_i_set_cdr(t4,t3));}
^
library.c: In function ‘f_23986’:
library.c:11013:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_23986,3,t0,t1,t2);}
^
library.c:11013:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23986,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:11013:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23986,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:11013:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_23986,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:11017:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_eqp(lf[514],t3));}
^
library.c:11017:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_eqp(lf[514],t3));}
^
library.c:11020:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_SCHEME_FALSE);}}
^
library.c: In function ‘f_6239’:
library.c:11029:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,((C_word*)t0)[2],((C_word*)t0)[3]);}
^
library.c:11029:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,((C_word*)t0)[2],((C_word*)t0)[3]);}
^
library.c: In function ‘f_6232’:
library.c:11039:27: error: ‘tr2r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2r,(void*)f_6232r,2,t0,t1);}
^
library.c:11039:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_6232r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:11039:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_6232r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:11039:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2r,(void*)f_6232r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_6232r’:
library.c:11057:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}
^
library.c:11057:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}
^
library.c:11064:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}}
^
library.c: In function ‘f_23970’:
library.c:11074:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_23970,3,t0,t1,t2);}
^
library.c:11074:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23970,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:11074:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23970,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:11074:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_23970,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:11078:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_eqp(lf[514],t3));}
^
library.c:11078:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_eqp(lf[514],t3));}
^
library.c:11081:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_SCHEME_FALSE);}}
^
library.c: In function ‘f_24410’:
library.c:11097:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_24410,2,t0,t1);}
^
library.c:11097:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24410,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:11097:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24410,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:11097:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_24410,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:11107:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t8+1)))(3,t8,((C_word*)t0)[8],t7);}
^
library.c:11107:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t8+1)))(3,t8,((C_word*)t0)[8],t7);}
^
library.c:11113:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t6+1)))(4,t6,t5,C_mpointer(&a,(void*)strerror(errno)),C_fix(0));}}
^
library.c:11113:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t6+1)))(4,t6,t5,C_mpointer(&a,(void*)strerror(errno)),C_fix(0));}}
^
library.c: In function ‘f_6227’:
library.c:11517:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_6227,2,t0,t1);}
^
library.c:11517:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_6227,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:11517:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_6227,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:11517:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_6227,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:11916:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t398+1)))(4,t398,t397,C_fix(37),C_SCHEME_END_OF_LIST);}
^
library.c:11916:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t398+1)))(4,t398,t397,C_fix(37),C_SCHEME_END_OF_LIST);}
^
library.c: In function ‘f_24406’:
library.c:11925:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],lf[449],t1);}
^
library.c:11925:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],lf[449],t1);}
^
library.c: In function ‘f_24402’:
library.c:11934:3: error: ‘C_proc7’ undeclared (first use in this function)
((C_proc7)(void*)(*((C_word*)t2+1)))(7,t2,((C_word*)t0)[2],lf[440],lf[448],t1,((C_word*)t0)[3],((C_word*)t0)[4]);}
^
library.c:11934:12: error: expected expression before ‘void’
((C_proc7)(void*)(*((C_word*)t2+1)))(7,t2,((C_word*)t0)[2],lf[440],lf[448],t1,((C_word*)t0)[3],((C_word*)t0)[4]);}
^
library.c: In function ‘f_23962’:
library.c:11946:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c:11946:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c:11950:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,((C_word*)t0)[2],lf[513],lf[1124],((C_word*)t0)[3]);}}
^
library.c:11950:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,((C_word*)t0)[2],lf[513],lf[1124],((C_word*)t0)[3]);}}
^
library.c:11954:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],lf[513],lf[1124],((C_word*)t0)[3]);}}
^
library.c: In function ‘f_17110’:
library.c:11991:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_17110,2,t0,t1);}
^
library.c:11991:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17110,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:11991:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17110,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:11991:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_17110,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:11996:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[5]);}
^
library.c:11996:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[5]);}
^
library.c:12002:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[5]);}
^
library.c:12030:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[3],((C_word*)t0)[5],((C_word*)t0)[6],((C_word*)t0)[4]);}
^
library.c:12030:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[3],((C_word*)t0)[5],((C_word*)t0)[6],((C_word*)t0)[4]);}
^
library.c:12036:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[5]);}
^
library.c:12075:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t2+1)))(3,t2,((C_word*)t0)[3],lf[675]);}}}}}}}}}}}}
^
library.c: In function ‘f_21666’:
library.c:12090:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_21666,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12090:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_21666,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12090:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_21666,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12094:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}
^
library.c:12094:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}
^
library.c:12104:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t10+1)))(4,t10,t6,t9,C_fix(0));}}
^
library.c:12104:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t10+1)))(4,t10,t6,t9,C_fix(0));}}
^
library.c: In function ‘f_18944’:
library.c:12113:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_18944,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12113:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_18944,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12113:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_18944,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12118:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t2,C_make_character(91),((C_word*)t0)[3]);}
^
library.c:12118:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t2,C_make_character(91),((C_word*)t0)[3]);}
^
library.c: In function ‘f_16215’:
library.c:12129:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_16215,2,t0,t1);}
^
library.c:12129:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16215,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12129:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16215,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12129:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_16215,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12131:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_record4(&a,4,lf[631],((C_word*)t0)[3],((C_word*)t0)[4],t1));}
^
library.c:12131:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_record4(&a,4,lf[631],((C_word*)t0)[3],((C_word*)t0)[4],t1));}
^
library.c: In function ‘f_21660’:
library.c:12141:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,((C_word*)((C_word*)t0)[2])[1]);}
^
library.c:12141:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,((C_word*)((C_word*)t0)[2])[1]);}
^
library.c: In function ‘f_18947’:
library.c:12151:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18947,2,t0,t1);}
^
library.c:12151:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18947,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12151:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18947,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12151:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18947,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12157:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t2,t3,C_SCHEME_FALSE,((C_word*)t0)[3]);}
^
library.c:12157:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t2,t3,C_SCHEME_FALSE,((C_word*)t0)[3]);}
^
library.c:12161:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,t2,((C_word*)t0)[5],C_SCHEME_FALSE,((C_word*)t0)[3]);}}
^
library.c: In function ‘f_21652’:
library.c:12175:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21652,2,t0,t1);}
^
library.c:12175:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21652,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12175:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21652,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12175:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21652,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12178:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,((C_word*)((C_word*)t0)[2])[1]);}
^
library.c:12178:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,((C_word*)((C_word*)t0)[2])[1]);}
^
library.c: In function ‘f_16245’:
library.c:12194:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,*((C_word*)lf[46]+1));}
^
library.c:12194:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,*((C_word*)lf[46]+1));}
^
library.c: In function ‘f_18950’:
library.c:12203:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],lf[776],C_SCHEME_FALSE,((C_word*)t0)[3]);}
^
library.c:12203:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],lf[776],C_SCHEME_FALSE,((C_word*)t0)[3]);}
^
library.c: In function ‘f_6259’:
library.c:12213:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_6259,3,t0,t1,t2);}
^
library.c:12213:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_6259,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12213:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_6259,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12213:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_6259,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12217:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}
^
library.c:12217:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}
^
library.c: In function ‘f_6254’:
library.c:12226:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)C_fast_retrieve_proc(t2))(2,t2,((C_word*)t0)[2]);}
^
library.c:12226:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc2)C_fast_retrieve_proc(t2))(2,t2,((C_word*)t0)[2]);}
^
library.c: In function ‘f_6250’:
library.c:12236:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_6250,2,t0,t1);}
^
library.c:12236:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_6250,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12236:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_6250,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12236:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_6250,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12240:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c:12240:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c: In function ‘f_13401’:
library.c:12255:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_13401,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12255:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_13401,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12255:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_13401,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12263:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t8+1)))(3,t8,t7,((C_word*)t0)[3]);}
^
library.c:12263:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t8+1)))(3,t8,t7,((C_word*)t0)[3]);}
^
library.c:12275:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t8+1)))(3,t8,t7,((C_word*)t0)[3]);}
^
library.c:12285:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t8+1)))(3,t8,t7,((C_word*)t0)[3]);}
^
library.c:12295:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t8+1)))(4,t8,t7,((C_word*)t0)[3],lf[563]);}}}}
^
library.c:12295:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t8+1)))(4,t8,t7,((C_word*)t0)[3],lf[563]);}}}}
^
library.c: In function ‘f_13492’:
library.c:12309:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_13492,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12309:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_13492,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12309:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_13492,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12323:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,t2,((C_word*)t0)[6],lf[566],((C_word*)((C_word*)t0)[2])[1]);}}
^
library.c:12323:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,t2,((C_word*)t0)[6],lf[566],((C_word*)((C_word*)t0)[2])[1]);}}
^
library.c: In function ‘f_23906’:
library.c:12333:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_23906,4,t0,t1,t2,t3);}
^
library.c:12333:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_23906,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12333:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_23906,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12333:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_23906,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12336:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_i_set_cdr(t4,t3));}
^
library.c:12336:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_i_set_cdr(t4,t3));}
^
library.c: In function ‘f_18981’:
library.c:12356:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_18981,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12356:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_18981,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12356:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_18981,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12366:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}}
^
library.c:12366:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}}
^
library.c: In function ‘f_12382’:
library.c:12376:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12382,2,t0,t1);}
^
library.c:12376:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12382,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12376:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12382,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12376:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12382,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12381:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t3,*((C_word*)lf[97]+1),*((C_word*)lf[99]+1),lf[1122]);}
^
library.c:12381:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t3,*((C_word*)lf[97]+1),*((C_word*)lf[99]+1),lf[1122]);}
^
library.c: In function ‘f_12386’:
library.c:12392:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12386,2,t0,t1);}
^
library.c:12392:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12386,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12392:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12386,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12392:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12386,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12398:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[104]+1),t4,lf[1121]);}
^
library.c:12398:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[104]+1),t4,lf[1121]);}
^
library.c: In function ‘f_21696’:
library.c:12419:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21696,2,t0,t1);}
^
library.c:12419:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21696,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12419:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21696,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12419:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21696,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12426:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t6+1)))(4,t6,t3,t5,C_SCHEME_UNDEFINED);}
^
library.c:12426:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t6+1)))(4,t6,t3,t5,C_SCHEME_UNDEFINED);}
^
library.c: In function ‘f_16208’:
library.c:12448:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_16208,2,t0,t1);}
^
library.c:12448:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16208,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12448:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16208,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12448:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_16208,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12458:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_a_i_record4(&a,4,lf[631],((C_word*)t0)[4],t2,C_SCHEME_FALSE));}}
^
library.c:12458:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_a_i_record4(&a,4,lf[631],((C_word*)t0)[4],t2,C_SCHEME_FALSE));}}
^
library.c: In function ‘f_12390’:
library.c:12469:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12390,2,t0,t1);}
^
library.c:12469:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12390,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12469:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12390,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12469:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12390,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12475:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[100]+1),t4,lf[1120]);}
^
library.c:12475:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[100]+1),t4,lf[1120]);}
^
library.c: In function ‘f_16201’:
library.c:12487:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_16201,2,t0,t1);}
^
library.c:12487:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16201,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12487:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16201,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12487:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_16201,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_12394’:
library.c:12508:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12394,2,t0,t1);}
^
library.c:12508:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12394,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12508:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12394,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12508:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12394,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12514:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[105]+1),t4,lf[1119]);}
^
library.c:12514:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[105]+1),t4,lf[1119]);}
^
library.c: In function ‘f_21692’:
library.c:12525:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21692,2,t0,t1);}
^
library.c:12525:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21692,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12525:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21692,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12525:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21692,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12531:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}
^
library.c:12531:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}
^
library.c: In function ‘f_12398’:
library.c:12542:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12398,2,t0,t1);}
^
library.c:12542:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12398,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12542:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12398,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12542:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12398,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12548:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[106]+1),t4,lf[1118]);}
^
library.c:12548:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,*((C_word*)lf[106]+1),t4,lf[1118]);}
^
library.c: In function ‘f_17193’:
library.c:12557:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_17193,2,t0,t1);}
^
library.c:12557:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17193,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12557:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17193,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12557:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_17193,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_21688’:
library.c:12600:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21688,2,t0,t1);}
^
library.c:12600:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21688,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12600:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21688,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12600:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21688,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_16276’:
library.c:12612:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],((C_word*)t0)[3],((C_word*)t0)[4]);}
^
library.c:12612:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],((C_word*)t0)[3],((C_word*)t0)[4]);}
^
library.c: In function ‘f_24424’:
library.c:12621:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],((C_word*)t0)[3],t1);}
^
library.c:12621:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],((C_word*)t0)[3],t1);}
^
library.c: In function ‘f_18937’:
library.c:12630:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18937,2,t0,t1);}
^
library.c:12630:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18937,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12630:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18937,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12630:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18937,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12633:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,t1,((C_word*)t0)[2],C_SCHEME_TRUE,((C_word*)t0)[3]);}
^
library.c:12633:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,t1,((C_word*)t0)[2],C_SCHEME_TRUE,((C_word*)t0)[3]);}
^
library.c: In function ‘f_8794’:
library.c:12650:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8794,3,t0,t1,t2);}
^
library.c:12650:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8794,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12650:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8794,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12650:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8794,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12652:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_minus(&a,2,t2,C_fix(1)));}
^
library.c:12652:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_minus(&a,2,t2,C_fix(1)));}
^
library.c: In function ‘f_23609’:
library.c:12661:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_23609,3,t0,t1,t2);}
^
library.c:12661:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23609,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12661:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23609,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12661:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_23609,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12663:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_SCHEME_FALSE);}
^
library.c:12663:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_SCHEME_FALSE);}
^
library.c: In function ‘f_20581’:
library.c:12672:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_20581,4,t0,t1,t2,t3);}
^
library.c:12672:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_20581,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12672:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_20581,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12672:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_20581,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12674:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_structurep(t2,t3));}
^
library.c:12674:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_structurep(t2,t3));}
^
library.c: In function ‘f_20587’:
library.c:12683:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_20587,4,t0,t1,t2,t3);}
^
library.c:12683:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_20587,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12683:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_20587,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12683:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_20587,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12685:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_slot(t2,t3));}
^
library.c:12685:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_slot(t2,t3));}
^
library.c: In function ‘f_20584’:
library.c:12694:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_20584,3,t0,t1,t2);}
^
library.c:12694:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20584,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12694:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20584,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12694:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_20584,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12696:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_structurep(t2));}
^
library.c:12696:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_structurep(t2));}
^
library.c: In function ‘f_8761’:
library.c:12708:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8761,3,t0,t1,t2);}
^
library.c:12708:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8761,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12708:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8761,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12708:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8761,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12713:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_u_i_fpintegerp(t2));}
^
library.c:12713:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_u_i_fpintegerp(t2));}
^
library.c:12718:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t6+1)))(5,t6,t3,t5,lf[251],t4);}}
^
library.c:12718:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t6+1)))(5,t6,t3,t5,lf[251],t4);}}
^
library.c: In function ‘f_16238’:
library.c:12730:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_16238,4,t0,t1,t2,t3);}
^
library.c:12730:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_16238,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12730:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_16238,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12730:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_16238,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12736:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)C_fast_retrieve_proc(t7))(4,t7,t6,t3,t2);}
^
library.c:12736:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc4)C_fast_retrieve_proc(t7))(4,t7,t6,t3,t2);}
^
library.c: In function ‘f_23626’:
library.c:12754:27: error: ‘tr6’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr6,(void*)f_23626,6,t0,t1,t2,t3,t4,t5);}
^
library.c:12754:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr6,(void*)f_23626,6,t0,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12754:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr6,(void*)f_23626,6,t0,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12754:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr6,(void*)f_23626,6,t0,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_12329’:
library.c:12787:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_12329,4,t0,t1,t2,t3);}
^
library.c:12787:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_12329,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12787:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_12329,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12787:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_12329,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12790:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t2);}
^
library.c:12790:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t2);}
^
library.c: In function ‘f_12321’:
library.c:12800:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12321,2,t0,t1);}
^
library.c:12800:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12321,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12800:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12321,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12800:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12321,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12805:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,((C_word*)t0)[3],t1,*((C_word*)lf[507]+1),t2);}
^
library.c:12805:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,((C_word*)t0)[3],t1,*((C_word*)lf[507]+1),t2);}
^
library.c:12809:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}}
^
library.c:12809:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}}
^
library.c: In function ‘f_20590’:
library.c:12818:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_20590,3,t0,t1,t2);}
^
library.c:12818:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20590,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12818:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20590,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12818:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_20590,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12820:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_block_size(t2));}
^
library.c:12820:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_block_size(t2));}
^
library.c: In function ‘f_20595’:
library.c:12829:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_20595,3,t0,t1,t2);}
^
library.c:12829:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20595,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12829:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20595,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12829:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_20595,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12831:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_anypointerp(t2));}
^
library.c:12831:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_anypointerp(t2));}
^
library.c: In function ‘f_20598’:
library.c:12840:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_20598,4,t0,t1,t2,t3);}
^
library.c:12840:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_20598,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12840:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_20598,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12840:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_20598,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12842:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_update_pointer(t3,t2));}
^
library.c:12842:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_update_pointer(t3,t2));}
^
library.c: In function ‘f_16266’:
library.c:12853:27: error: ‘tr3r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3r,(void*)f_16266r,3,t0,t1,t2);}
^
library.c:12853:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_16266r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12853:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_16266r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12853:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3r,(void*)f_16266r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_16266r’:
library.c:12875:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t9+1)))(5,t9,t8,t6,C_SCHEME_TRUE,lf[634]);}
^
library.c:12875:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t9+1)))(5,t9,t8,t6,C_SCHEME_TRUE,lf[634]);}
^
library.c: In function ‘f_23612’:
library.c:12886:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_23612,3,t0,t1,t2);}
^
library.c:12886:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23612,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12886:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23612,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12886:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_23612,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12890:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_fixnum_lessp(t3,t4));}
^
library.c:12890:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_fixnum_lessp(t3,t4));}
^
library.c: In function ‘f_12339’:
library.c:12900:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_12339,3,t0,t1,t2);}
^
library.c:12900:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_12339,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12900:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_12339,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12900:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_12339,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12904:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_eqp(lf[514],t3));}
^
library.c:12904:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_eqp(lf[514],t3));}
^
library.c:12907:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_SCHEME_FALSE);}}
^
library.c: In function ‘f_18976’:
library.c:12916:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],lf[779],C_SCHEME_FALSE,((C_word*)t0)[3]);}
^
library.c:12916:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],lf[779],C_SCHEME_FALSE,((C_word*)t0)[3]);}
^
library.c: In function ‘f_12337’:
library.c:12926:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12337,2,t0,t1);}
^
library.c:12926:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12337,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12926:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12337,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12926:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12337,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12931:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,((C_word*)t0)[3],t1,t2,t3);}
^
library.c:12931:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,((C_word*)t0)[3],t1,t2,t3);}
^
library.c: In function ‘f_16254’:
library.c:12941:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_16254,4,t0,t1,t2,t3);}
^
library.c:12941:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_16254,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12941:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_16254,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12941:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_16254,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12945:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t4,t3,C_SCHEME_TRUE,lf[634]);}
^
library.c:12945:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t4,t3,C_SCHEME_TRUE,lf[634]);}
^
library.c: In function ‘f_8759’:
library.c:12953:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_8759,2,t0,t1);}
^
library.c:12953:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8759,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12953:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8759,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12953:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_8759,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12955:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_flonum_abs(&a,1,((C_word*)t0)[3]));}
^
library.c:12955:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_flonum_abs(&a,1,((C_word*)t0)[3]));}
^
library.c: In function ‘f_18907’:
library.c:12970:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_18907,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12970:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_18907,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12970:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_18907,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12980:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t10+1)))(5,t10,t9,lf[778],C_SCHEME_FALSE,((C_word*)t0)[2]);}
^
library.c:12980:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t10+1)))(5,t10,t9,lf[778],C_SCHEME_FALSE,((C_word*)t0)[2]);}
^
library.c: In function ‘f_18906’:
library.c:12995:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18906,2,t0,t1);}
^
library.c:12995:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18906,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12995:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18906,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:12995:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18906,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_16258’:
library.c:13015:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,((C_word*)t0)[3],((C_word*)t0)[2],((C_word*)t0)[4]);}
^
library.c:13015:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,((C_word*)t0)[3],((C_word*)t0)[2],((C_word*)t0)[4]);}
^
library.c: In function ‘f_12305’:
library.c:13026:27: error: ‘tr4r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4r,(void*)f_12305r,4,t0,t1,t2,t3);}
^
library.c:13026:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4r,(void*)f_12305r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13026:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4r,(void*)f_12305r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13026:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4r,(void*)f_12305r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_12305r’:
library.c:13046:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t9+1)))(4,t9,t8,t2,lf[516]);}
^
library.c:13046:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t9+1)))(4,t9,t8,t2,lf[516]);}
^
library.c: In function ‘f_12302’:
library.c:13058:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12302,2,t0,t1);}
^
library.c:13058:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12302,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13058:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12302,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13058:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12302,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13065:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t6+1)))(5,t6,t5,*((C_word*)lf[96]+1),*((C_word*)lf[98]+1),lf[1123]);}
^
library.c:13065:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t6+1)))(5,t6,t5,*((C_word*)lf[96]+1),*((C_word*)lf[98]+1),lf[1123]);}
^
library.c: In function ‘f_9480’:
library.c:13084:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_9480,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13084:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_9480,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13084:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_9480,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13088:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}
^
library.c:13088:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}
^
library.c:13093:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,(C_truep(t5)?C_i_nequalp(t2,t3):C_eqp(t2,t3)));}
^
library.c:13099:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,(C_truep(t5)?C_i_nequalp(t2,t3):C_SCHEME_FALSE));}
^
library.c:13103:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,(C_truep(t6)?C_i_nequalp(t2,t3):C_SCHEME_FALSE));}}
^
library.c:13113:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:13120:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_SCHEME_FALSE);}}
^
library.c:13128:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t8+1)))(2,t8,(C_truep(t7)?C_substring_compare(t2,t3,C_fix(0),C_fix(0),t5):C_SCHEME_FALSE));}
^
library.c:13131:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_SCHEME_FALSE);}}
^
library.c:13142:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t8+1)))(2,t8,C_SCHEME_FALSE);}}}}
^
library.c:13145:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_SCHEME_FALSE);}}
^
library.c:13148:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_SCHEME_FALSE);}}
^
library.c:13151:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_SCHEME_FALSE);}}}}}
^
library.c: In function ‘f_12318’:
library.c:13162:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12318,2,t0,t1);}
^
library.c:13162:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12318,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13162:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12318,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13162:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12318,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13168:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[4]);}
^
library.c:13168:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[4]);}
^
library.c: In function ‘f_8788’:
library.c:13177:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8788,3,t0,t1,t2);}
^
library.c:13177:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8788,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13177:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8788,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13177:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8788,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13179:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_plus(&a,2,t2,C_fix(1)));}
^
library.c:13179:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_plus(&a,2,t2,C_fix(1)));}
^
library.c: In function ‘f_16287’:
library.c:13189:27: error: ‘tr2r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2r,(void*)f_16287r,2,t0,t1);}
^
library.c:13189:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_16287r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13189:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_16287r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13189:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2r,(void*)f_16287r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_16287r’:
library.c:13206:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t5+1)))(4,t5,t1,C_make_character(10),*((C_word*)lf[454]+1));}
^
library.c:13206:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t5+1)))(4,t5,t1,C_make_character(10),*((C_word*)lf[454]+1));}
^
library.c:13211:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t4+1)))(4,t4,t1,C_make_character(10),t3);}}
^
library.c: In function ‘f_12315’:
library.c:13221:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12315,2,t0,t1);}
^
library.c:13221:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12315,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13221:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12315,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13221:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12315,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13227:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t2,((C_word*)t0)[5]);}
^
library.c:13227:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t2,((C_word*)t0)[5]);}
^
library.c:13231:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[4]);}}
^
library.c: In function ‘f_12312’:
library.c:13240:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_12312,2,t0,t1);}
^
library.c:13240:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12312,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13240:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_12312,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13240:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_12312,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13244:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t2,((C_word*)t0)[3],lf[516]);}
^
library.c:13244:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t2,((C_word*)t0)[3],lf[516]);}
^
library.c: In function ‘f_15838’:
library.c:13261:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_15838,4,t0,t1,t2,t3);}
^
library.c:13261:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_15838,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13261:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_15838,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13261:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_15838,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13275:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t12+1)))(2,t12,C_fixnum_or(t7,t11));}
^
library.c:13275:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t12+1)))(2,t12,C_fixnum_or(t7,t11));}
^
library.c:13278:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_SCHEME_FALSE);}}
^
library.c:13281:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_SCHEME_FALSE);}}
^
library.c:13284:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_SCHEME_FALSE);}}
^
library.c:13287:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_SCHEME_FALSE);}}
^
library.c: In function ‘f_18920’:
library.c:13297:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18920,2,t0,t1);}
^
library.c:13297:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18920,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13297:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18920,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13297:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18920,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13302:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t2,t3,C_SCHEME_FALSE,((C_word*)t0)[3]);}
^
library.c:13302:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t2,t3,C_SCHEME_FALSE,((C_word*)t0)[3]);}
^
library.c: In function ‘f_8777’:
library.c:13310:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_u_i_fpintegerp(((C_word*)t0)[3]));}
^
library.c:13310:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_u_i_fpintegerp(((C_word*)t0)[3]));}
^
library.c: In function ‘f_18923’:
library.c:13319:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18923,2,t0,t1);}
^
library.c:13319:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18923,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13319:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18923,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13319:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18923,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13323:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,t2,lf[777],C_SCHEME_FALSE,((C_word*)t0)[3]);}
^
library.c:13323:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,t2,lf[777],C_SCHEME_FALSE,((C_word*)t0)[3]);}
^
library.c: In function ‘f_18926’:
library.c:13334:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18926,2,t0,t1);}
^
library.c:13334:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18926,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13334:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18926,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13334:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18926,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_18929’:
library.c:13357:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18929,2,t0,t1);}
^
library.c:13357:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18929,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13357:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18929,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13357:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18929,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13362:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,((C_word*)t0)[4],C_fix(100),t2);}
^
library.c:13362:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,((C_word*)t0)[4],C_fix(100),t2);}
^
library.c:13366:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}}
^
library.c:13366:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}}
^
library.c: In function ‘f_7424’:
library.c:13375:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_7424,4,t0,t1,t2,t3);}
^
library.c:13375:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7424,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13375:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7424,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13375:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_7424,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13377:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_assq(t2,t3));}
^
library.c:13377:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_assq(t2,t3));}
^
library.c: In function ‘f_7421’:
library.c:13386:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_7421,4,t0,t1,t2,t3);}
^
library.c:13386:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7421,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13386:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7421,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13386:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_7421,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13388:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_member(t2,t3));}
^
library.c:13388:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_member(t2,t3));}
^
library.c: In function ‘f_15826’:
library.c:13398:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_15826,3,t0,t1,t2);}
^
library.c:13398:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_15826,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13398:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_15826,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13398:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_15826,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13401:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,(C_truep(t3)?C_fixnum_less_or_equal_p(t2,C_fix(57343)):C_SCHEME_FALSE));}
^
library.c:13401:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,(C_truep(t3)?C_fixnum_less_or_equal_p(t2,C_fix(57343)):C_SCHEME_FALSE));}
^
library.c: In function ‘f_7427’:
library.c:13410:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_7427,4,t0,t1,t2,t3);}
^
library.c:13410:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7427,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13410:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7427,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13410:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_7427,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13412:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_assv(t2,t3));}
^
library.c:13412:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_assv(t2,t3));}
^
library.c: In function ‘f_8723’:
library.c:13420:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_8723,2,t0,t1);}
^
library.c:13420:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8723,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13420:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8723,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13420:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_8723,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13422:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_flonum_log(&a,1,((C_word*)t0)[3]));}
^
library.c:13422:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_flonum_log(&a,1,((C_word*)t0)[3]));}
^
library.c: In function ‘f_8725’:
library.c:13434:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8725,3,t0,t1,t2);}
^
library.c:13434:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8725,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13434:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8725,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13434:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8725,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13439:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_a_i_flonum_sqrt(&a,1,t2));}
^
library.c:13439:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_a_i_flonum_sqrt(&a,1,t2));}
^
library.c:13444:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t6+1)))(5,t6,t3,t5,lf[249],t4);}}
^
library.c:13444:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t6+1)))(5,t6,t3,t5,lf[249],t4);}}
^
library.c: In function ‘f_7433’:
library.c:13453:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_7433,3,t0,t1,t2);}
^
library.c:13453:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_7433,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13453:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_7433,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13453:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_7433,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13455:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_listp(t2));}
^
library.c:13455:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_listp(t2));}
^
library.c: In function ‘f_8741’:
library.c:13463:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_8741,2,t0,t1);}
^
library.c:13463:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8741,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13463:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8741,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13463:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_8741,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13465:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_flonum_sqrt(&a,1,((C_word*)t0)[3]));}
^
library.c:13465:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_flonum_sqrt(&a,1,((C_word*)t0)[3]));}
^
library.c: In function ‘f_7430’:
library.c:13474:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_7430,4,t0,t1,t2,t3);}
^
library.c:13474:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7430,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13474:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7430,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13474:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_7430,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13476:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_assoc(t2,t3));}
^
library.c:13476:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_assoc(t2,t3));}
^
library.c: In function ‘f_9330’:
library.c:13487:27: error: ‘tr3r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3r,(void*)f_9330r,3,t0,t1,t2);}
^
library.c:13487:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_9330r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13487:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_9330r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13487:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3r,(void*)f_9330r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_9330r’:
library.c:13522:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t15+1)))(2,t15,t14);}
^
library.c:13522:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t15+1)))(2,t15,t14);}
^
library.c:13526:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t15+1)))(2,t15,(C_truep(t14)?(C_truep(t12)?(C_truep(C_i_finitep(t12))?C_i_inexact_to_exact(t12):C_SCHEME_FALSE):C_SCHEME_FALSE):t12));}}
^
library.c: In function ‘f_7439’:
library.c:13535:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_7439,3,t0,t1,t2);}
^
library.c:13535:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_7439,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13535:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_7439,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13535:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_7439,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13537:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_string_length(t2));}
^
library.c:13537:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_string_length(t2));}
^
library.c: In function ‘f_17593’:
library.c:13546:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)C_fast_retrieve_proc(t2))(2,t2,((C_word*)t0)[2]);}
^
library.c:13546:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc2)C_fast_retrieve_proc(t2))(2,t2,((C_word*)t0)[2]);}
^
library.c: In function ‘f_7436’:
library.c:13555:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_7436,3,t0,t1,t2);}
^
library.c:13555:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_7436,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13555:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_7436,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13555:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_7436,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13557:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_stringp(t2));}
^
library.c:13557:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_stringp(t2));}
^
library.c: In function ‘f_17598’:
library.c:13568:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_17598,3,t0,t1,t2);}
^
library.c:13568:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_17598,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13568:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_17598,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13568:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_17598,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13573:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t5+1)))(4,t5,t1,t3,t4);}
^
library.c:13573:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t5+1)))(4,t5,t1,t3,t4);}
^
library.c: In function ‘f_7442’:
library.c:13582:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_7442,4,t0,t1,t2,t3);}
^
library.c:13582:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7442,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13582:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7442,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13582:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_7442,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13584:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_string_ref(t2,t3));}
^
library.c:13584:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_string_ref(t2,t3));}
^
library.c: In function ‘f_9321’:
library.c:13594:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_9321,2,t0,t1);}
^
library.c:13594:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_9321,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13594:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_9321,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13594:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_9321,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_7445’:
library.c:13608:27: error: ‘tr5’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr5,(void*)f_7445,5,t0,t1,t2,t3,t4);}
^
library.c:13608:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_7445,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13608:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_7445,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13608:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr5,(void*)f_7445,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13610:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_i_string_set(t2,t3,t4));}
^
library.c:13610:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_i_string_set(t2,t3,t4));}
^
library.c: In function ‘f_7448’:
library.c:13621:27: error: ‘tr3r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3r,(void*)f_7448r,3,t0,t1,t2);}
^
library.c:13621:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_7448r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13621:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_7448r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13621:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3r,(void*)f_7448r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_7448r’:
library.c:13640:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t6+1)))(6,t6,t4,t5,C_SCHEME_TRUE,C_make_character(32),C_SCHEME_FALSE);}
^
library.c:13640:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t6+1)))(6,t6,t4,t5,C_SCHEME_TRUE,C_make_character(32),C_SCHEME_FALSE);}
^
library.c:13647:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t7+1)))(6,t7,t5,t6,C_SCHEME_TRUE,t4,C_SCHEME_FALSE);}}
^
library.c: In function ‘f_8743’:
library.c:13659:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8743,3,t0,t1,t2);}
^
library.c:13659:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8743,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13659:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8743,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13659:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8743,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13664:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_a_i_flonum_abs(&a,1,t2));}
^
library.c:13664:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_a_i_flonum_abs(&a,1,t2));}
^
library.c:13669:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t6+1)))(5,t6,t3,t5,lf[250],t4);}}
^
library.c:13669:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t6+1)))(5,t6,t3,t5,lf[250],t4);}}
^
library.c: In function ‘f_7758’:
library.c:13680:27: error: ‘tr5’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr5,(void*)f_7758,5,t0,t1,t2,t3,t4);}
^
library.c:13680:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_7758,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13680:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_7758,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13680:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr5,(void*)f_7758,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13684:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:13684:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:13688:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,(C_truep(t6)?C_eqp(t4,C_fix(0)):C_SCHEME_FALSE));}}
^
library.c: In function ‘f_23691’:
library.c:13700:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_23691,2,t0,t1);}
^
library.c:13700:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_23691,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13700:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_23691,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13700:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_23691,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13706:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t5+1)))(6,t5,t1,((C_word*)t0)[4],t3,((C_word*)t0)[5],t4);}
^
library.c:13706:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t5+1)))(6,t5,t1,((C_word*)t0)[4],t3,((C_word*)t0)[5],t4);}
^
library.c: In function ‘f_7752’:
library.c:13716:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_7752,4,t0,t1,t2,t3);}
^
library.c:13716:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7752,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13716:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7752,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13716:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_7752,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13720:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)C_fast_retrieve_proc(t5))(6,t5,t1,t2,t3,lf[165],t4);}
^
library.c:13720:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc6)C_fast_retrieve_proc(t5))(6,t5,t1,t2,t3,lf[165],t4);}
^
library.c: In function ‘f_10315’:
library.c:13729:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_10315,2,t0,t1);}
^
library.c:13729:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_10315,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13729:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_10315,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13729:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_10315,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13733:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[2]);}
^
library.c:13733:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[2]);}
^
library.c: In function ‘f_10318’:
library.c:13743:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_10318,2,t0,t1);}
^
library.c:13743:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_10318,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13743:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_10318,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13743:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_10318,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13747:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,f_10323(t3,C_fix(0)));}
^
library.c:13747:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,f_10323(t3,C_fix(0)));}
^
library.c: In function ‘f_21009’:
library.c:13757:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21009,2,t0,t1);}
^
library.c:13757:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21009,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13757:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21009,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13757:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21009,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13760:1: error: too many arguments to function ‘C_call_cc’
C_call_cc(3,0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1751:23: note: declared here
C_fctexport C_cpsproc(C_call_cc) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_21000’:
library.c:13770:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21000,2,t0,t1);}
^
library.c:13770:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21000,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13770:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21000,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13770:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21000,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13774:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)C_fast_retrieve_proc(t3))(2,t3,t1);}
^
library.c:13774:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc2)C_fast_retrieve_proc(t3))(2,t3,t1);}
^
library.c: In function ‘f_10312’:
library.c:13784:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_10312,2,t0,t1);}
^
library.c:13784:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_10312,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13784:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_10312,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13784:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_10312,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13789:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t4+1)))(6,t4,t2,((C_word*)t0)[7],C_fix(0),t3,lf[384]);}
^
library.c:13789:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t4+1)))(6,t4,t2,((C_word*)t0)[7],C_fix(0),t3,lf[384]);}
^
library.c: In function ‘f_8091’:
library.c:13798:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8091,4,t0,t1,t2,t3);}
^
library.c:13798:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8091,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13798:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8091,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13798:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8091,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13800:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_and(t2,t3));}
^
library.c:13800:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_and(t2,t3));}
^
library.c: In function ‘f_8094’:
library.c:13809:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8094,4,t0,t1,t2,t3);}
^
library.c:13809:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8094,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13809:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8094,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13809:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8094,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13811:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_or(t2,t3));}
^
library.c:13811:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_or(t2,t3));}
^
library.c: In function ‘f_8097’:
library.c:13820:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8097,4,t0,t1,t2,t3);}
^
library.c:13820:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8097,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13820:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8097,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13820:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8097,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13822:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_xor(t2,t3));}
^
library.c:13822:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_xor(t2,t3));}
^
library.c: In function ‘f_9310’:
library.c:13853:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_9310,2,t0,t1);}
^
library.c:13853:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_9310,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13853:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_9310,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13853:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_9310,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13857:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t2,((C_word*)t0)[5],((C_word*)t0)[6]);}
^
library.c:13857:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t2,((C_word*)t0)[5],((C_word*)t0)[6]);}
^
library.c: In function ‘f_15033’:
library.c:13866:3: error: ‘C_proc7’ undeclared (first use in this function)
((C_proc7)(void*)(*((C_word*)t2+1)))(7,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[602],((C_word*)t0)[4],((C_word*)t0)[5],((C_word*)t0)[6]);}
^
library.c:13866:12: error: expected expression before ‘void’
((C_proc7)(void*)(*((C_word*)t2+1)))(7,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[602],((C_word*)t0)[4],((C_word*)t0)[5],((C_word*)t0)[6]);}
^
library.c: In function ‘f_7782’:
library.c:13877:27: error: ‘tr5’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr5,(void*)f_7782,5,t0,t1,t2,t3,t4);}
^
library.c:13877:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_7782,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13877:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_7782,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13877:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr5,(void*)f_7782,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13881:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:13881:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:13885:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,(C_truep(t6)?C_eqp(t4,C_fix(0)):C_SCHEME_FALSE));}}
^
library.c: In function ‘f_23636’:
library.c:13903:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,((C_word*)((C_word*)t0)[4])[1]);}
^
library.c:13903:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,((C_word*)((C_word*)t0)[4])[1]);}
^
library.c: In function ‘f_7716’:
library.c:13914:27: error: ‘tr5’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr5,(void*)f_7716,5,t0,t1,t2,t3,t4);}
^
library.c:13914:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_7716,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13914:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_7716,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13914:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr5,(void*)f_7716,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13919:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t7+1)))(3,t7,t5,t6);}
^
library.c:13919:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t7+1)))(3,t7,t5,t6);}
^
library.c: In function ‘f_8070’:
library.c:13928:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8070,4,t0,t1,t2,t3);}
^
library.c:13928:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8070,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13928:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8070,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13928:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8070,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13930:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_greaterp(t2,t3));}
^
library.c:13930:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_greaterp(t2,t3));}
^
library.c: In function ‘f_8073’:
library.c:13939:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8073,4,t0,t1,t2,t3);}
^
library.c:13939:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8073,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13939:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8073,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13939:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8073,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13941:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_lessp(t2,t3));}
^
library.c:13941:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_lessp(t2,t3));}
^
library.c: In function ‘f_8079’:
library.c:13950:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8079,4,t0,t1,t2,t3);}
^
library.c:13950:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8079,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13950:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8079,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13950:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8079,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13952:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_less_or_equal_p(t2,t3));}
^
library.c:13952:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_less_or_equal_p(t2,t3));}
^
library.c: In function ‘f_8076’:
library.c:13961:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8076,4,t0,t1,t2,t3);}
^
library.c:13961:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8076,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13961:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8076,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13961:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8076,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13963:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_greater_or_equal_p(t2,t3));}
^
library.c:13963:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_greater_or_equal_p(t2,t3));}
^
library.c: In function ‘f_23667’:
library.c:13982:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_23667,4,t0,t1,t2,t3);}
^
library.c:13982:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_23667,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13982:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_23667,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13982:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_23667,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:13993:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t12+1)))(2,t12,C_SCHEME_END_OF_FILE);}
^
library.c:13993:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t12+1)))(2,t12,C_SCHEME_END_OF_FILE);}
^
library.c:13998:1: error: too many arguments to function ‘C_call_with_values’
C_call_with_values(4,0,t1,t12,t13);}}
^
In file included from library.c:11:0:
chicken.h:1755:23: note: declared here
C_fctexport C_cpsproc(C_call_with_values) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_15056’:
library.c:14009:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_15056,2,t0,t1);}
^
library.c:14009:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_15056,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14009:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_15056,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14009:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_15056,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14015:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[4]);}
^
library.c:14015:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[4]);}
^
library.c: In function ‘f_21045’:
library.c:14027:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,((C_word*)t0)[2],((C_word*)t0)[3]);}
^
library.c:14027:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,((C_word*)t0)[2],((C_word*)t0)[3]);}
^
library.c:14032:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)C_fast_retrieve_proc(t3))(2,t3,((C_word*)t0)[2]);}
^
library.c:14032:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc2)C_fast_retrieve_proc(t3))(2,t3,((C_word*)t0)[2]);}
^
library.c:14035:1: error: too many arguments to function ‘C_context_switch’
C_context_switch(3,0,((C_word*)t0)[2],((C_word*)t0)[3]);}}}
^
In file included from library.c:11:0:
chicken.h:1785:23: note: declared here
C_fctexport C_cpsproc(C_context_switch) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_21041’:
library.c:14048:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_21041,4,t0,t1,t2,t3);}
^
library.c:14048:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_21041,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14048:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_21041,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14048:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_21041,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_8052’:
library.c:14063:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8052,3,t0,t1,t2);}
^
library.c:14063:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8052,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14063:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8052,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14063:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8052,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14065:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_fixnump(t2));}
^
library.c:14065:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_fixnump(t2));}
^
library.c: In function ‘f_21030’:
library.c:14074:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_21030,3,t0,t1,t2);}
^
library.c:14074:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_21030,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14074:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_21030,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14074:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_21030,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14077:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)C_fast_retrieve_proc(t3))(2,t3,t1);}
^
library.c:14077:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc2)C_fast_retrieve_proc(t3))(2,t3,t1);}
^
library.c: In function ‘f_8055’:
library.c:14086:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8055,4,t0,t1,t2,t3);}
^
library.c:14086:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8055,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14086:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8055,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14086:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8055,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14088:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_plus(t2,t3));}
^
library.c:14088:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_plus(t2,t3));}
^
library.c: In function ‘f_8058’:
library.c:14097:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8058,4,t0,t1,t2,t3);}
^
library.c:14097:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8058,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14097:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8058,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14097:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8058,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14099:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_difference(t2,t3));}
^
library.c:14099:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_difference(t2,t3));}
^
library.c: In function ‘f_12355’:
library.c:14110:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_12355,4,t0,t1,t2,t3);}
^
library.c:14110:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_12355,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14110:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_12355,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14110:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_12355,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14114:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t2);}
^
library.c:14114:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t2);}
^
library.c: In function ‘f_21039’:
library.c:14142:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21039,2,t0,t1);}
^
library.c:14142:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21039,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14142:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21039,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14142:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21039,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14165:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t22+1)))(2,t22,t21);}
^
library.c:14165:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t22+1)))(2,t22,t21);}
^
library.c: In function ‘f_7776’:
library.c:14175:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_7776,4,t0,t1,t2,t3);}
^
library.c:14175:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7776,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14175:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7776,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14175:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_7776,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14179:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)C_fast_retrieve_proc(t5))(6,t5,t1,t2,t3,lf[166],t4);}
^
library.c:14179:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc6)C_fast_retrieve_proc(t5))(6,t5,t1,t2,t3,lf[166],t4);}
^
library.c: In function ‘f_8085’:
library.c:14200:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8085,4,t0,t1,t2,t3);}
^
library.c:14200:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8085,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14200:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8085,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14200:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8085,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14202:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_fixnum_max(t2,t3));}
^
library.c:14202:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_fixnum_max(t2,t3));}
^
library.c: In function ‘f_8082’:
library.c:14211:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8082,4,t0,t1,t2,t3);}
^
library.c:14211:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8082,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14211:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8082,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14211:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8082,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14213:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_fixnum_min(t2,t3));}
^
library.c:14213:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_fixnum_min(t2,t3));}
^
library.c: In function ‘f_21024’:
library.c:14222:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21024,2,t0,t1);}
^
library.c:14222:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21024,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14222:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21024,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14222:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21024,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14225:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,t1,C_SCHEME_UNDEFINED);}
^
library.c:14225:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,t1,C_SCHEME_UNDEFINED);}
^
library.c: In function ‘f_8088’:
library.c:14234:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8088,3,t0,t1,t2);}
^
library.c:14234:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8088,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14234:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8088,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14234:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8088,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14236:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_fixnum_negate(t2));}
^
library.c:14236:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_fixnum_negate(t2));}
^
library.c: In function ‘f_17142’:
library.c:14251:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_17142,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14251:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_17142,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14251:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_17142,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_21015’:
library.c:14293:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_21015,3,t0,t1,t2);}
^
library.c:14293:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_21015,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14293:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_21015,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14293:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_21015,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14299:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t1);}
^
library.c:14299:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t1);}
^
library.c: In function ‘f_17136’:
library.c:14311:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_17136,2,t0,t1);}
^
library.c:14311:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17136,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14311:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17136,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14311:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_17136,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_20811’:
library.c:14336:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_20811,2,t0,t1);}
^
library.c:14336:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_20811,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14336:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_20811,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14336:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_20811,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14338:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_cons(&a,2,((C_word*)t0)[3],t1));}
^
library.c:14338:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_cons(&a,2,((C_word*)t0)[3],t1));}
^
library.c: In function ‘f_15005’:
library.c:14357:27: error: ‘tr2r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2r,(void*)f_15005r,2,t0,t1);}
^
library.c:14357:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_15005r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14357:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_15005r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14357:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2r,(void*)f_15005r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_15005r’:
library.c:14372:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_car(t2));}}
^
library.c:14372:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_car(t2));}}
^
library.c: In function ‘f_8013’:
library.c:14382:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8013,4,t0,t1,t2,t3);}
^
library.c:14382:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8013,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14382:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8013,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14382:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8013,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14386:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,t2);}
^
library.c:14386:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,t2);}
^
library.c: In function ‘f_8017’:
library.c:14396:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_8017,2,t0,t1);}
^
library.c:14396:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8017,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14396:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8017,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14396:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_8017,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14400:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,f_8022(t3,((C_word*)t0)[3],C_fix(0)));}
^
library.c:14400:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,f_8022(t3,((C_word*)t0)[3],C_fix(0)));}
^
library.c: In function ‘f_24215’:
library.c:14412:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_24215,2,t0,t1);}
^
library.c:14412:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24215,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14412:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24215,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14412:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_24215,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_21072’:
library.c:14434:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_21072,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14434:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_21072,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14434:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_21072,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14441:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)C_fast_retrieve_proc(t5))(3,t5,t4,t2);}
^
library.c:14441:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc3)C_fast_retrieve_proc(t5))(3,t5,t4,t2);}
^
library.c:14453:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}}
^
library.c:14453:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}}
^
library.c: In function ‘f_24204’:
library.c:14462:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_24204,2,t0,t1);}
^
library.c:14462:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24204,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14462:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24204,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14462:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_24204,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14466:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c:14466:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c: In function ‘f_20846’:
library.c:14479:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_20846,4,t0,t1,t2,t3);}
^
library.c:14479:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_20846,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14479:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_20846,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14479:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_20846,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_20855’:
library.c:14528:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_20855,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14528:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_20855,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14528:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_20855,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14532:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_SCHEME_END_OF_LIST);}
^
library.c:14532:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_SCHEME_END_OF_LIST);}
^
library.c:14543:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t11+1)))(4,t11,t4,t10,C_fix(0));}}
^
library.c:14543:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t11+1)))(4,t11,t4,t10,C_fix(0));}}
^
library.c: In function ‘f_20850’:
library.c:14559:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t1);}
^
library.c:14559:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t1);}
^
library.c:14563:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t1);}}
^
library.c: In function ‘f_22454’:
library.c:14571:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_22454,2,t0,t1);}
^
library.c:14571:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22454,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14571:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22454,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14571:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_22454,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14573:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_make_locative(&a,4,C_fix(5),((C_word*)t0)[3],((C_word*)t0)[4],((C_word*)t0)[5]));}
^
library.c:14573:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_make_locative(&a,4,C_fix(5),((C_word*)t0)[3],((C_word*)t0)[4],((C_word*)t0)[5]));}
^
library.c: In function ‘f_20865’:
library.c:14585:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_20865,2,t0,t1);}
^
library.c:14585:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_20865,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14585:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_20865,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14585:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_20865,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14596:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_SCHEME_END_OF_LIST);}}
^
library.c:14596:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_SCHEME_END_OF_LIST);}}
^
library.c: In function ‘f_15062’:
library.c:14628:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_15062,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14628:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_15062,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14628:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_15062,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14634:1: error: too many arguments to function ‘C_call_with_values’
C_call_with_values(4,0,((C_word*)t0)[5],t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1755:23: note: declared here
C_fctexport C_cpsproc(C_call_with_values) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:14642:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[3]);
^
library.c:14642:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[3]);
^
library.c:14647:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[3]);
^
library.c:14652:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[3]);
^
library.c:14657:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[3]);
^
library.c:14662:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[3]);
^
library.c:14667:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[3]);
^
library.c:14672:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[3]);
^
library.c:14681:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[3]);
^
library.c:14686:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[3]);
^
library.c:14691:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[3]);
^
library.c:14696:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[3]);
^
library.c:14701:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[3]);
^
library.c:14706:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[3]);
^
library.c:14711:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[3]);
^
library.c:14722:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[3]);
^
library.c:14727:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[3]);
^
library.c:14732:1: error: too many arguments to function ‘C_call_with_values’
C_call_with_values(4,0,((C_word*)t0)[5],t4,t5);}}}
^
In file included from library.c:11:0:
chicken.h:1755:23: note: declared here
C_fctexport C_cpsproc(C_call_with_values) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_22470’:
library.c:14741:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_22470,2,t0,t1);}
^
library.c:14741:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22470,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14741:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22470,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14741:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_22470,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14744:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c:14744:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c: In function ‘f_15076’:
library.c:14754:27: error: ‘tr2r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2r,(void*)f_15076r,2,t0,t1);}
^
library.c:14754:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_15076r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14754:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_15076r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14754:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2r,(void*)f_15076r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_15076r’:
library.c:14769:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_car(t2));}}
^
library.c:14769:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_car(t2));}}
^
library.c: In function ‘f_8007’:
library.c:14779:27: error: ‘tr2r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2r,(void*)f_8007r,2,t0,t1);}
^
library.c:14779:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_8007r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14779:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_8007r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14779:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2r,(void*)f_8007r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_8007r’:
library.c:14790:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t1,t2);}
^
library.c:14790:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t1,t2);}
^
library.c: In function ‘f_20875’:
library.c:14798:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_20875,2,t0,t1);}
^
library.c:14798:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_20875,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14798:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_20875,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14798:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_20875,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14800:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_cons(&a,2,((C_word*)t0)[3],t1));}
^
library.c:14800:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_cons(&a,2,((C_word*)t0)[3],t1));}
^
library.c: In function ‘f_9141’:
library.c:14809:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_9141,3,t0,t1,t2);}
^
library.c:14809:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9141,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14809:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9141,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14809:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_9141,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14811:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_exp(&a,1,t2));}
^
library.c:14811:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_exp(&a,1,t2));}
^
library.c: In function ‘f_9147’:
library.c:14820:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_9147,3,t0,t1,t2);}
^
library.c:14820:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9147,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14820:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9147,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14820:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_9147,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14822:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_sin(&a,1,t2));}
^
library.c:14822:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_sin(&a,1,t2));}
^
library.c: In function ‘f_9144’:
library.c:14831:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_9144,3,t0,t1,t2);}
^
library.c:14831:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9144,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14831:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9144,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14831:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_9144,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14833:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_log(&a,1,t2));}
^
library.c:14833:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_log(&a,1,t2));}
^
library.c: In function ‘f_20884’:
library.c:14843:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_20884,4,t0,t1,t2,t3);}
^
library.c:14843:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_20884,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14843:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_20884,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14843:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_20884,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14846:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_update_pointer(t3,t2));}
^
library.c:14846:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_update_pointer(t3,t2));}
^
library.c: In function ‘f_20887’:
library.c:14858:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_20887,3,t0,t1,t2);}
^
library.c:14858:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20887,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14858:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20887,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14858:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_20887,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14863:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_i_not(t5));}
^
library.c:14863:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_i_not(t5));}
^
library.c: In function ‘f_9177’:
library.c:14875:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_9177,4,t0,t1,t2,t3);}
^
library.c:14875:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_9177,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14875:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_9177,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14875:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_9177,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_22422’:
library.c:14888:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_22422,2,t0,t1);}
^
library.c:14888:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22422,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14888:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22422,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14888:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_22422,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14890:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_make_locative(&a,4,C_fix(3),((C_word*)t0)[3],((C_word*)t0)[4],((C_word*)t0)[5]));}
^
library.c:14890:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_make_locative(&a,4,C_fix(3),((C_word*)t0)[3],((C_word*)t0)[4],((C_word*)t0)[5]));}
^
library.c: In function ‘f_9162’:
library.c:14899:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_9162,3,t0,t1,t2);}
^
library.c:14899:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9162,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14899:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9162,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14899:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_9162,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14901:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_sqrt(&a,1,t2));}
^
library.c:14901:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_sqrt(&a,1,t2));}
^
library.c: In function ‘f_9165’:
library.c:14912:27: error: ‘tr3r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3r,(void*)f_9165r,3,t0,t1,t2);}
^
library.c:14912:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_9165r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14912:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_9165r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14912:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3r,(void*)f_9165r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_9165r’:
library.c:14928:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}
^
library.c:14928:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}
^
library.c:14933:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}}
^
library.c: In function ‘f_24280’:
library.c:14945:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_24280,4,t0,t1,t2,t3);}
^
library.c:14945:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_24280,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14945:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_24280,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14945:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_24280,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14955:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t7+1)))(3,t7,t6,C_fix(1024));}}
^
library.c:14955:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t7+1)))(3,t7,t6,C_fix(1024));}}
^
library.c: In function ‘f_24287’:
library.c:14969:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_24287,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14969:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_24287,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14969:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_24287,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_22438’:
library.c:14986:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_22438,2,t0,t1);}
^
library.c:14986:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22438,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14986:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22438,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14986:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_22438,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:14989:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c:14989:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c: In function ‘f_24238’:
library.c:14998:3: error: ‘C_proc9’ undeclared (first use in this function)
((C_proc9)(void*)(*((C_word*)t2+1)))(9,t2,((C_word*)t0)[2],lf[440],lf[446],t1,((C_word*)t0)[3],((C_word*)t0)[4],((C_word*)t0)[5],((C_word*)t0)[6]);}
^
library.c:14998:12: error: expected expression before ‘void’
((C_proc9)(void*)(*((C_word*)t2+1)))(9,t2,((C_word*)t0)[2],lf[440],lf[446],t1,((C_word*)t0)[3],((C_word*)t0)[4],((C_word*)t0)[5],((C_word*)t0)[6]);}
^
library.c: In function ‘f_9132’:
library.c:15009:27: error: ‘tr3r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3r,(void*)f_9132r,3,t0,t1,t2);}
^
library.c:15009:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_9132r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15009:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_9132r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15009:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3r,(void*)f_9132r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_9132r’:
library.c:15022:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)C_fast_retrieve_proc(t5))(5,t5,t1,t2,t3,*((C_word*)lf[258]+1));}
^
library.c:15022:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc5)C_fast_retrieve_proc(t5))(5,t5,t1,t2,t3,*((C_word*)lf[258]+1));}
^
library.c: In function ‘f_15070’:
library.c:15031:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_15070,2,t0,t1);}
^
library.c:15031:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_15070,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15031:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_15070,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15031:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_15070,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15034:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)C_fast_retrieve_proc(t2))(4,t2,t1,((C_word*)t0)[3],((C_word*)t0)[4]);}
^
library.c:15034:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc4)C_fast_retrieve_proc(t2))(4,t2,t1,((C_word*)t0)[3],((C_word*)t0)[4]);}
^
library.c: In function ‘f_9123’:
library.c:15062:27: error: ‘tr3r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3r,(void*)f_9123r,3,t0,t1,t2);}
^
library.c:15062:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_9123r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15062:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_9123r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15062:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3r,(void*)f_9123r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_9123r’:
library.c:15075:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)C_fast_retrieve_proc(t5))(5,t5,t1,t2,t3,*((C_word*)lf[257]+1));}
^
library.c:15075:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc5)C_fast_retrieve_proc(t5))(5,t5,t1,t2,t3,*((C_word*)lf[257]+1));}
^
library.c: In function ‘f_8222’:
library.c:15083:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_8222,2,t0,t1);}
^
library.c:15083:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8222,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15083:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8222,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15083:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_8222,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15085:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_flonum_times(&a,2,((C_word*)t0)[3],((C_word*)t0)[4]));}
^
library.c:15085:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_flonum_times(&a,2,((C_word*)t0)[3],((C_word*)t0)[4]));}
^
library.c: In function ‘f_8224’:
library.c:15100:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8224,4,t0,t1,t2,t3);}
^
library.c:15100:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8224,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15100:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8224,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15100:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8224,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15108:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t9+1)))(2,t9,C_a_i_flonum_quotient(&a,2,t2,t3));}
^
library.c:15108:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t9+1)))(2,t9,C_a_i_flonum_quotient(&a,2,t2,t3));}
^
library.c:15113:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t10+1)))(6,t10,t4,t9,lf[222],t5,t6);}}
^
library.c:15113:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t10+1)))(6,t10,t4,t9,lf[222],t5,t6);}}
^
library.c: In function ‘f_9153’:
library.c:15122:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_9153,3,t0,t1,t2);}
^
library.c:15122:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9153,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15122:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9153,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15122:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_9153,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15124:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_tan(&a,1,t2));}
^
library.c:15124:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_tan(&a,1,t2));}
^
library.c: In function ‘f_9150’:
library.c:15133:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_9150,3,t0,t1,t2);}
^
library.c:15133:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9150,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15133:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9150,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15133:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_9150,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15135:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_cos(&a,1,t2));}
^
library.c:15135:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_cos(&a,1,t2));}
^
library.c: In function ‘f_9156’:
library.c:15144:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_9156,3,t0,t1,t2);}
^
library.c:15144:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9156,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15144:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9156,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15144:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_9156,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15146:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_asin(&a,1,t2));}
^
library.c:15146:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_asin(&a,1,t2));}
^
library.c: In function ‘f_9159’:
library.c:15155:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_9159,3,t0,t1,t2);}
^
library.c:15155:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9159,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15155:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9159,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15155:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_9159,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15157:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_acos(&a,1,t2));}
^
library.c:15157:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_acos(&a,1,t2));}
^
library.c: In function ‘f_24242’:
library.c:15166:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],lf[447],t1);}
^
library.c:15166:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],lf[447],t1);}
^
library.c: In function ‘f_24246’:
library.c:15179:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_24246,2,t0,t1);}
^
library.c:15179:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24246,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15179:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24246,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15179:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_24246,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15186:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,((C_word*)t0)[7],t4);}
^
library.c:15186:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,((C_word*)t0)[7],t4);}
^
library.c:15192:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t6+1)))(4,t6,t5,C_mpointer(&a,(void*)strerror(errno)),C_fix(0));}}
^
library.c:15192:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t6+1)))(4,t6,t5,C_mpointer(&a,(void*)strerror(errno)),C_fix(0));}}
^
library.c: In function ‘f_8200’:
library.c:15207:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8200,4,t0,t1,t2,t3);}
^
library.c:15207:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8200,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15207:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8200,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15207:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8200,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15215:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t9+1)))(2,t9,C_a_i_flonum_times(&a,2,t2,t3));}
^
library.c:15215:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t9+1)))(2,t9,C_a_i_flonum_times(&a,2,t2,t3));}
^
library.c:15220:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t10+1)))(6,t10,t4,t9,lf[221],t5,t6);}}
^
library.c:15220:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t10+1)))(6,t10,t4,t9,lf[221],t5,t6);}}
^
library.c: In function ‘f_8061’:
library.c:15229:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8061,4,t0,t1,t2,t3);}
^
library.c:15229:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8061,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15229:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8061,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15229:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8061,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15231:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_times(t2,t3));}
^
library.c:15231:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fixnum_times(t2,t3));}
^
library.c: In function ‘f_8064’:
library.c:15240:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8064,4,t0,t1,t2,t3);}
^
library.c:15240:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8064,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15240:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8064,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15240:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8064,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15242:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_eqp(t2,t3));}
^
library.c:15242:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_eqp(t2,t3));}
^
library.c: In function ‘f_22486’:
library.c:15250:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_22486,2,t0,t1);}
^
library.c:15250:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22486,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15250:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22486,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15250:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_22486,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15252:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_make_locative(&a,4,C_fix(7),((C_word*)t0)[3],((C_word*)t0)[4],((C_word*)t0)[5]));}
^
library.c:15252:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_make_locative(&a,4,C_fix(7),((C_word*)t0)[3],((C_word*)t0)[4],((C_word*)t0)[5]));}
^
library.c: In function ‘f_17915’:
library.c:15265:27: error: ‘tr6’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr6,(void*)f_17915,6,t0,t1,t2,t3,t4,t5);}
^
library.c:15265:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr6,(void*)f_17915,6,t0,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15265:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr6,(void*)f_17915,6,t0,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15265:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr6,(void*)f_17915,6,t0,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_17918’:
library.c:15284:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_17918,NULL,5,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15284:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_17918,NULL,5,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15284:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_17918,NULL,5,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15292:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t11+1)))(3,t11,t8,t10);}
^
library.c:15292:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t11+1)))(3,t11,t8,t10);}
^
library.c: In function ‘f_9183’:
library.c:15301:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_9183,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15301:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_9183,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15301:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_9183,NULL,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15304:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_a_i_abs(&a,1,t2));}
^
library.c:15304:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_a_i_abs(&a,1,t2));}
^
library.c:15308:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)C_fast_retrieve_proc(*((C_word*)lf[306]+1)))(4,*((C_word*)lf[306]+1),t4,t2,t3);}}
^
library.c:15308:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc4)C_fast_retrieve_proc(*((C_word*)lf[306]+1)))(4,*((C_word*)lf[306]+1),t4,t2,t3);}}
^
library.c: In function ‘f_8248’:
library.c:15323:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8248,4,t0,t1,t2,t3);}
^
library.c:15323:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8248,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15323:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8248,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15323:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8248,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15331:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t9+1)))(2,t9,C_a_i_flonum_quotient_checked(&a,2,t2,t3));}
^
library.c:15331:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t9+1)))(2,t9,C_a_i_flonum_quotient_checked(&a,2,t2,t3));}
^
library.c:15336:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t10+1)))(6,t10,t4,t9,lf[223],t5,t6);}}
^
library.c:15336:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t10+1)))(6,t10,t4,t9,lf[223],t5,t6);}}
^
library.c: In function ‘f_8246’:
library.c:15344:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_8246,2,t0,t1);}
^
library.c:15344:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8246,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15344:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8246,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15344:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_8246,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15346:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_flonum_quotient(&a,2,((C_word*)t0)[3],((C_word*)t0)[4]));}
^
library.c:15346:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_flonum_quotient(&a,2,((C_word*)t0)[3],((C_word*)t0)[4]));}
^
library.c: In function ‘f_17938’:
library.c:15366:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_17938,NULL,7,t0,t1,t2,t3,t4,t5,t6);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15366:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_17938,NULL,7,t0,t1,t2,t3,t4,t5,t6);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15366:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_17938,NULL,7,t0,t1,t2,t3,t4,t5,t6);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_22406’:
library.c:15405:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_22406,2,t0,t1);}
^
library.c:15405:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22406,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15405:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_22406,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15405:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_22406,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15408:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c:15408:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c: In function ‘f_17925’:
library.c:15420:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t1);}
^
library.c:15420:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t1);}
^
library.c: In function ‘f_17992’:
library.c:15434:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_17992,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15434:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_17992,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15434:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_17992,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_8707’:
library.c:15462:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8707,3,t0,t1,t2);}
^
library.c:15462:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8707,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15462:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8707,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15462:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8707,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15467:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_a_i_flonum_log(&a,1,t2));}
^
library.c:15467:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_a_i_flonum_log(&a,1,t2));}
^
library.c:15472:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t6+1)))(5,t6,t3,t5,lf[248],t4);}}
^
library.c:15472:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t6+1)))(5,t6,t3,t5,lf[248],t4);}}
^
library.c: In function ‘f_8705’:
library.c:15480:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_8705,2,t0,t1);}
^
library.c:15480:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8705,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15480:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8705,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15480:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_8705,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15482:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_flonum_expt(&a,2,((C_word*)t0)[3],((C_word*)t0)[4]));}
^
library.c:15482:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_i_flonum_expt(&a,2,((C_word*)t0)[3],((C_word*)t0)[4]));}
^
library.c: In function ‘f_17986’:
library.c:15490:1: error: too many arguments to function ‘C_values’
C_values(5,0,((C_word*)t0)[2],((C_word*)t0)[3],t1,C_SCHEME_TRUE);}
^
In file included from library.c:11:0:
chicken.h:1753:23: note: declared here
C_fctexport C_cpsproc(C_values) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_16924’:
library.c:15501:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_16924,2,t0,t1);}
^
library.c:15501:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16924,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15501:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16924,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15501:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_16924,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15507:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[2]);}
^
library.c:15507:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[2]);}
^
library.c: In function ‘f_21352’:
library.c:15516:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21352,2,t0,t1);}
^
library.c:15516:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21352,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15516:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21352,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15516:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21352,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_21355’:
library.c:15529:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21355,2,t0,t1);}
^
library.c:15529:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21355,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15529:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21355,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15529:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21355,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15534:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}
^
library.c:15534:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}
^
library.c: In function ‘f_21358’:
library.c:15556:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21358,2,t0,t1);}
^
library.c:15556:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21358,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15556:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21358,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15556:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21358,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15567:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t9+1)))(4,t9,t7,((C_word*)t0)[3],lf[988]);}
^
library.c:15567:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t9+1)))(4,t9,t7,((C_word*)t0)[3],lf[988]);}
^
library.c:15576:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t12+1)))(4,t12,t7,((C_word*)t0)[3],lf[989]);}
^
library.c:15587:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t14+1)))(4,t14,t7,((C_word*)t0)[3],lf[989]);}
^
library.c: In function ‘f_20639’:
library.c:15601:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t1);}
^
library.c:15601:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t1);}
^
library.c: In function ‘f_20635’:
library.c:15611:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_20635,2,t0,t1);}
^
library.c:15611:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_20635,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15611:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_20635,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15611:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_20635,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15615:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c:15615:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c: In function ‘f_13141’:
library.c:15624:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_13141,2,t0,t1);}
^
library.c:15624:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13141,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15624:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13141,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15624:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_13141,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_16957’:
library.c:15637:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_16957,2,t0,t1);}
^
library.c:15637:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16957,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15637:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16957,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15637:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_16957,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15641:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t2,((C_word*)t0)[5],C_fix(16));}
^
library.c:15641:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t2,((C_word*)t0)[5],C_fix(16));}
^
library.c: In function ‘f_20649’:
library.c:15649:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_eqp(C_fix(0),t1));}
^
library.c:15649:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_eqp(C_fix(0),t1));}
^
library.c: In function ‘f_20641’:
library.c:15659:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_20641,3,t0,t1,t2);}
^
library.c:15659:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20641,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15659:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20641,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15659:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_20641,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15663:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,t2);}
^
library.c:15663:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,t2);}
^
library.c: In function ‘f_13158’:
library.c:15672:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_13158,2,t0,t1);}
^
library.c:15672:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13158,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15672:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13158,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15672:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_13158,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_21374’:
library.c:15687:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21374,2,t0,t1);}
^
library.c:15687:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21374,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15687:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21374,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15687:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21374,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_21379’:
library.c:15701:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_21379,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15701:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_21379,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15701:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_21379,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15705:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,((C_word*)t0)[3]);}
^
library.c:15705:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,((C_word*)t0)[3]);}
^
library.c: In function ‘f_17959’:
library.c:15714:27: error: ‘tr5’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr5,(void*)f_17959,5,t0,t1,t2,t3,t4);}
^
library.c:15714:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_17959,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15714:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_17959,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15714:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr5,(void*)f_17959,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15721:1: error: too many arguments to function ‘C_values’
C_values(5,0,t1,t3,((C_word*)t0)[3],C_SCHEME_FALSE);}}
^
In file included from library.c:11:0:
chicken.h:1753:23: note: declared here
C_fctexport C_cpsproc(C_values) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_13124’:
library.c:15730:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_13124,2,t0,t1);}
^
library.c:15730:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13124,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15730:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13124,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15730:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_13124,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_17953’:
library.c:15743:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_17953,2,t0,t1);}
^
library.c:15743:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17953,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15743:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17953,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15743:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_17953,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15746:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,t1,((C_word*)t0)[3]);}
^
library.c:15746:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,t1,((C_word*)t0)[3]);}
^
library.c: In function ‘f_21364’:
library.c:15756:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21364,2,t0,t1);}
^
library.c:15756:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21364,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15756:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21364,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15756:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21364,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15761:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}
^
library.c:15761:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}
^
library.c: In function ‘f_21360’:
library.c:15770:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_21360,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15770:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_21360,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15770:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_21360,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15774:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)((C_word*)t0)[2])[1]);}
^
library.c:15774:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)((C_word*)t0)[2])[1]);}
^
library.c: In function ‘f_21368’:
library.c:15784:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,((C_word*)t0)[4]);}
^
library.c:15784:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,((C_word*)t0)[4]);}
^
library.c: In function ‘f_10492’:
library.c:15794:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_10492,3,t0,t1,t2);}
^
library.c:15794:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_10492,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15794:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_10492,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15794:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_10492,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15797:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_u_i_char_downcase(t2));}
^
library.c:15797:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_u_i_char_downcase(t2));}
^
library.c: In function ‘f_17948’:
library.c:15808:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_17948,2,t0,t1);}
^
library.c:15808:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17948,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15808:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_17948,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15808:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_17948,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15813:1: error: too many arguments to function ‘C_call_with_values’
C_call_with_values(4,0,((C_word*)t0)[5],t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1755:23: note: declared here
C_fctexport C_cpsproc(C_call_with_values) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_10486’:
library.c:15823:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_10486,3,t0,t1,t2);}
^
library.c:15823:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_10486,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15823:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_10486,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15823:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_10486,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15826:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_u_i_char_upcase(t2));}
^
library.c:15826:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_u_i_char_upcase(t2));}
^
library.c: In function ‘f_10498’:
library.c:15837:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_10498,4,t0,t1,t2,t3);}
^
library.c:15837:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_10498,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15837:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_10498,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15837:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_10498,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15841:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_eqp(t4,t5));}
^
library.c:15841:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_eqp(t4,t5));}
^
library.c: In function ‘f_24300’:
library.c:15866:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_24300,NULL,7,t0,t1,t2,t3,t4,t5,t6);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15866:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_24300,NULL,7,t0,t1,t2,t3,t4,t5,t6);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15866:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_24300,NULL,7,t0,t1,t2,t3,t4,t5,t6);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15871:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t9+1)))(2,t9,(C_truep(t6)?t5:C_SCHEME_END_OF_FILE));}
^
library.c:15871:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t9+1)))(2,t9,(C_truep(t6)?t5:C_SCHEME_END_OF_FILE));}
^
library.c:15878:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t10+1)))(2,t10,t9);}
^
library.c:15887:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t13+1)))(5,t13,t12,t4,C_fix(0),t8);}
^
library.c:15887:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t13+1)))(5,t13,t12,t4,C_fix(0),t8);}
^
library.c:15894:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t12+1)))(5,t12,t1,t4,C_fix(0),t8);}}}
^
library.c:15900:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t10+1)))(5,t10,t9,t4,C_fix(0),t3);}
^
library.c:15910:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t15+1)))(3,t15,t13,t14);}}}}
^
library.c:15910:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t15+1)))(3,t15,t13,t14);}}}}
^
library.c: In function ‘f_13111’:
library.c:15934:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_13111,2,t0,t1);}
^
library.c:15934:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13111,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15934:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13111,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15934:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_13111,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:15942:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[6]);
^
library.c:15942:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[6]);
^
library.c:15947:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[6]);
^
library.c:15952:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[6]);
^
library.c:15957:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[6]);
^
library.c:15962:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[6]);
^
library.c:15967:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[6]);
^
library.c:15972:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,((C_word*)t0)[6]);
^
library.c: In function ‘f_18403’:
library.c:16012:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18403,2,t0,t1);}
^
library.c:16012:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18403,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16012:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18403,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16012:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18403,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16016:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)C_fast_retrieve_proc(*((C_word*)lf[733]+1)))(2,*((C_word*)lf[733]+1),t3);}
^
library.c:16016:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc2)C_fast_retrieve_proc(*((C_word*)lf[733]+1)))(2,*((C_word*)lf[733]+1),t3);}
^
library.c: In function ‘f26246’:
library.c:16025:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,((C_word*)t0)[2],C_fix(0));}
^
library.c:16025:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,((C_word*)t0)[2],C_fix(0));}
^
library.c: In function ‘f_16930’:
library.c:16037:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_16930,2,t0,t1);}
^
library.c:16037:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16930,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16037:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16930,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16037:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_16930,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_16934’:
library.c:16063:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_16934,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16063:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_16934,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16063:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_16934,NULL,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_10450’:
library.c:16078:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_10450,4,t0,t1,t2,t3);}
^
library.c:16078:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_10450,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16078:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_10450,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16078:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_10450,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16082:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_i_char_greaterp(t2,t3));}
^
library.c:16082:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_i_char_greaterp(t2,t3));}
^
library.c: In function ‘f_18407’:
library.c:16093:3: error: ‘C_proc11’ undeclared (first use in this function)
((C_proc11)(void*)(*((C_word*)t3+1)))(11,t3,((C_word*)t0)[2],lf[729],*((C_word*)lf[730]+1),((C_word*)t0)[3],((C_word*)t0)[4],lf[731],((C_word*)t0)[5],((C_word*)t0)[6],lf[732],t2);}
^
library.c:16093:13: error: expected expression before ‘void’
((C_proc11)(void*)(*((C_word*)t3+1)))(11,t3,((C_word*)t0)[2],lf[729],*((C_word*)lf[730]+1),((C_word*)t0)[3],((C_word*)t0)[4],lf[731],((C_word*)t0)[5],((C_word*)t0)[6],lf[732],t2);}
^
library.c: In function ‘f_20041’:
library.c:16104:27: error: ‘tr4r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4r,(void*)f_20041r,4,t0,t1,t2,t3);}
^
library.c:16104:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4r,(void*)f_20041r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16104:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4r,(void*)f_20041r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16104:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4r,(void*)f_20041r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_20041r’:
library.c:16123:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t9+1)))(2,t9,(*a=C_CLOSURE_TYPE|7,a[1]=(C_word)f_20049,a[2]=t2,a[3]=t8,a[4]=t6,a[5]=t3,a[6]=t4,a[7]=((C_word)li691),tmp=(C_word)a,a+=8,tmp));}
^
library.c:16123:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t9+1)))(2,t9,(*a=C_CLOSURE_TYPE|7,a[1]=(C_word)f_20049,a[2]=t2,a[3]=t8,a[4]=t6,a[5]=t3,a[6]=t4,a[7]=((C_word)li691),tmp=(C_word)a,a+=8,tmp));}
^
library.c: In function ‘f_20049’:
library.c:16136:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_20049,3,t0,t1,t2);}
^
library.c:16136:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20049,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16136:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20049,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16136:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_20049,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16144:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,C_i_cadr(t6));}
^
library.c:16144:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,C_i_cadr(t6));}
^
library.c:16149:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t7+1)))(6,t7,t1,lf[56],lf[867],lf[868],((C_word*)t0)[5]);}
^
library.c:16149:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t7+1)))(6,t7,t1,lf[56],lf[867],lf[868],((C_word*)t0)[5]);}
^
library.c:16152:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,C_i_car(((C_word*)t0)[6]));}}}
^
library.c:16155:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,C_SCHEME_FALSE);}}
^
library.c: In function ‘f_16127’:
library.c:16166:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_16127,2,t0,t1);}
^
library.c:16166:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16127,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16166:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16127,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16166:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_16127,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16176:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t5+1)))(4,t5,t4,C_fix(256),C_SCHEME_FALSE);}}
^
library.c:16176:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t5+1)))(4,t5,t4,C_fix(256),C_SCHEME_FALSE);}}
^
library.c: In function ‘f_10459’:
library.c:16187:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_10459,4,t0,t1,t2,t3);}
^
library.c:16187:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_10459,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16187:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_10459,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16187:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_10459,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16191:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_i_char_lessp(t2,t3));}
^
library.c:16191:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_i_char_lessp(t2,t3));}
^
library.c: In function ‘f_18012’:
library.c:16202:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18012,2,t0,t1);}
^
library.c:16202:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18012,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16202:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18012,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16202:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18012,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16207:1: error: too many arguments to function ‘C_call_with_values’
C_call_with_values(4,0,((C_word*)t0)[5],t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1755:23: note: declared here
C_fctexport C_cpsproc(C_call_with_values) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_16156’:
library.c:16215:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_i_setslot(((C_word*)t0)[3],((C_word*)t0)[4],t1));}
^
library.c:16215:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_i_setslot(((C_word*)t0)[3],((C_word*)t0)[4],t1));}
^
library.c: In function ‘f_18009’:
library.c:16229:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_18009,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16229:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_18009,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16229:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_18009,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_10468’:
library.c:16257:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_10468,4,t0,t1,t2,t3);}
^
library.c:16257:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_10468,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16257:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_10468,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16257:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_10468,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16261:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_i_char_greater_or_equal_p(t2,t3));}
^
library.c:16261:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_i_char_greater_or_equal_p(t2,t3));}
^
library.c: In function ‘f_16145’:
library.c:16272:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_16145,2,t0,t1);}
^
library.c:16272:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16145,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16272:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16145,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16272:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_16145,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16278:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)C_fast_retrieve_proc(t5))(3,t5,t4,((C_word*)t0)[7]);}
^
library.c:16278:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc3)C_fast_retrieve_proc(t5))(3,t5,t4,((C_word*)t0)[7]);}
^
library.c: In function ‘f_18017’:
library.c:16287:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18017,2,t0,t1);}
^
library.c:16287:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18017,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16287:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18017,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16287:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18017,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16290:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,t1,((C_word*)t0)[3]);}
^
library.c:16290:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,t1,((C_word*)t0)[3]);}
^
library.c: In function ‘f_24379’:
library.c:16301:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_24379,2,t0,t1);}
^
library.c:16301:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24379,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16301:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24379,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16301:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_24379,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16306:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t3,((C_word*)t0)[5],C_fix(0),((C_word*)t0)[7]);}
^
library.c:16306:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t3,((C_word*)t0)[5],C_fix(0),((C_word*)t0)[7]);}
^
library.c: In function ‘f_10477’:
library.c:16317:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_10477,4,t0,t1,t2,t3);}
^
library.c:16317:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_10477,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16317:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_10477,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16317:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_10477,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16321:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_i_char_less_or_equal_p(t2,t3));}
^
library.c:16321:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_i_char_less_or_equal_p(t2,t3));}
^
library.c: In function ‘f_24365’:
library.c:16339:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_24365,2,t0,t1);}
^
library.c:16339:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24365,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16339:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24365,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16339:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_24365,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16343:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c:16343:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c: In function ‘f_21395’:
library.c:16358:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21395,2,t0,t1);}
^
library.c:16358:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21395,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16358:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21395,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16358:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21395,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16368:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t7+1)))(3,t7,t5,t6);}
^
library.c:16368:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t7+1)))(3,t7,t5,t6);}
^
library.c: In function ‘f_12613’:
library.c:16387:27: error: ‘tr2r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2r,(void*)f_12613r,2,t0,t1);}
^
library.c:16387:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_12613r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16387:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_12613r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16387:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2r,(void*)f_12613r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_12613r’:
library.c:16404:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t1,*((C_word*)lf[453]+1));}
^
library.c:16404:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t1,*((C_word*)lf[453]+1));}
^
library.c:16409:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t1,t3);}}
^
library.c: In function ‘f_24391’:
library.c:16418:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],((C_word*)t0)[3],t1);}
^
library.c:16418:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],((C_word*)t0)[3],t1);}
^
library.c: In function ‘f_20011’:
library.c:16433:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_20011,2,t0,t1);}
^
library.c:16433:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_20011,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16433:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_20011,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16433:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_20011,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_21383’:
library.c:16461:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_21383,2,t0,t1);}
^
library.c:16461:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21383,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16461:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_21383,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16461:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_21383,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16476:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t7+1)))(3,t7,t6,((C_word*)t0)[5]);}
^
library.c:16476:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t7+1)))(3,t7,t6,((C_word*)t0)[5]);}
^
library.c:16481:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t7+1)))(4,t7,t6,t2,((C_word*)((C_word*)t0)[8])[1]);}}}
^
library.c:16481:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t7+1)))(4,t7,t6,t2,((C_word*)((C_word*)t0)[8])[1]);}}}
^
library.c: In function ‘f_16114’:
library.c:16491:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_16114,4,t0,t1,t2,t3);}
^
library.c:16491:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_16114,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16491:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_16114,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16491:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_16114,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16495:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t4+1)))(4,t4,t1,t2,t3);}
^
library.c:16495:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t4+1)))(4,t4,t1,t2,t3);}
^
library.c:16500:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)C_fast_retrieve_proc(t5))(2,t5,t4);}}
^
library.c:16500:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc2)C_fast_retrieve_proc(t5))(2,t5,t4);}}
^
library.c: In function ‘f_16112’:
library.c:16508:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_16112,NULL,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16508:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_16112,NULL,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16508:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_16112,NULL,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16510:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,(*a=C_CLOSURE_TYPE|6,a[1]=(C_word)f_16114,a[2]=t2,a[3]=t3,a[4]=t4,a[5]=((C_word*)t0)[2],a[6]=((C_word)li563),tmp=(C_word)a,a+=7,tmp));}
^
library.c:16510:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,(*a=C_CLOSURE_TYPE|6,a[1]=(C_word)f_16114,a[2]=t2,a[3]=t3,a[4]=t4,a[5]=((C_word*)t0)[2],a[6]=((C_word)li563),tmp=(C_word)a,a+=7,tmp));}
^
library.c: In function ‘f_12628’:
library.c:16523:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_12628,3,t0,t1,t2);}
^
library.c:16523:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_12628,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16523:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_12628,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16523:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_12628,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16534:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)C_fast_retrieve_proc(t6))(3,t6,t3,t2);}}
^
library.c:16534:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc3)C_fast_retrieve_proc(t6))(3,t6,t3,t2);}}
^
library.c: In function ‘f_15661’:
library.c:16574:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_15661,3,t0,t1,t2);}
^
library.c:16574:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_15661,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16574:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_15661,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16574:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_15661,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16578:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_a_i_string(&a,1,t2));}
^
library.c:16578:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_a_i_string(&a,1,t2));}
^
library.c:16588:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t10+1)))(2,t10,C_a_i_string(&a,2,t6,t9));}
^
library.c:16602:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t14+1)))(2,t14,C_a_i_string(&a,3,t6,t10,t13));}
^
library.c:16620:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t18+1)))(2,t18,C_a_i_string(&a,4,t6,t10,t14,t17));}
^
library.c:16624:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t4+1)))(4,t4,t1,lf[622],t3);}}}}}
^
library.c:16624:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t4+1)))(4,t4,t1,lf[622],t3);}}}}}
^
library.c: In function ‘f_13192’:
library.c:16633:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_13192,2,t0,t1);}
^
library.c:16633:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13192,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16633:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13192,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16633:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_13192,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_20022’:
library.c:16656:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_20022,3,t0,t1,t2);}
^
library.c:16656:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20022,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16656:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20022,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16656:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_20022,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16660:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,t2);}
^
library.c:16660:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,t2);}
^
library.c: In function ‘f_20020’:
library.c:16669:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_20020,3,t0,t1,t2);}
^
library.c:16669:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20020,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16669:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20020,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16669:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_20020,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16671:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,(*a=C_CLOSURE_TYPE|3,a[1]=(C_word)f_20022,a[2]=t2,a[3]=((C_word)li689),tmp=(C_word)a,a+=4,tmp));}
^
library.c:16671:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,(*a=C_CLOSURE_TYPE|3,a[1]=(C_word)f_20022,a[2]=t2,a[3]=((C_word)li689),tmp=(C_word)a,a+=4,tmp));}
^
library.c: In function ‘f_20029’:
library.c:16684:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,(C_truep(t3)?C_SCHEME_TRUE:C_SCHEME_FALSE));}
^
library.c:16684:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,(C_truep(t3)?C_SCHEME_TRUE:C_SCHEME_FALSE));}
^
library.c:16687:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_SCHEME_FALSE);}}
^
library.c: In function ‘f_12632’:
library.c:16718:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,t1);}
^
library.c:16718:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,t1);}
^
library.c:16722:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t1);}
^
library.c:16728:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t1);}}}
^
library.c: In function ‘f_18366’:
library.c:16738:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18366,2,t0,t1);}
^
library.c:16738:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18366,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16738:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18366,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16738:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18366,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_15613’:
library.c:16751:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,((C_word*)t0)[3],((C_word*)t0)[4]);}
^
library.c:16751:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,((C_word*)t0)[3],((C_word*)t0)[4]);}
^
library.c: In function ‘f_24333’:
library.c:16760:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],((C_word*)t0)[3],t1);}
^
library.c:16760:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],((C_word*)t0)[3],t1);}
^
library.c: In function ‘f_20905’:
library.c:16770:27: error: ‘tr7’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr7,(void*)f_20905,7,t0,t1,t2,t3,t4,t5,t6);}
^
library.c:16770:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr7,(void*)f_20905,7,t0,t1,t2,t3,t4,t5,t6);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16770:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr7,(void*)f_20905,7,t0,t1,t2,t3,t4,t5,t6);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16770:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr7,(void*)f_20905,7,t0,t1,t2,t3,t4,t5,t6);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16773:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t8+1)))(2,t8,C_substring_copy(t2,t3,t4,t7,t5));}
^
library.c:16773:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t8+1)))(2,t8,C_substring_copy(t2,t3,t4,t7,t5));}
^
library.c: In function ‘f_16139’:
library.c:16783:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_16139,2,t0,t1);}
^
library.c:16783:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16139,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16783:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16139,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16783:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_16139,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16788:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t2,((C_word*)t0)[2],((C_word*)t0)[8]);}
^
library.c:16788:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t2,((C_word*)t0)[2],((C_word*)t0)[8]);}
^
library.c:16792:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_set_i_slot(t2,((C_word*)t0)[6],C_SCHEME_FALSE));}}
^
library.c:16792:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_set_i_slot(t2,((C_word*)t0)[6],C_SCHEME_FALSE));}}
^
library.c: In function ‘f28324’:
library.c:16802:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f28324,3,t0,t1,t2);}
^
library.c:16802:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f28324,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16802:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f28324,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16802:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f28324,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16805:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t2);}
^
library.c:16805:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t2);}
^
library.c: In function ‘f_16130’:
library.c:16817:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_16130,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16817:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_16130,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16817:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_16130,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16824:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t6+1)))(6,t6,t5,t4,C_fix(0),C_fix(256),((C_word*)t0)[3]);}
^
library.c:16824:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t6+1)))(6,t6,t5,t4,C_fix(0),C_fix(256),((C_word*)t0)[3]);}
^
library.c: In function ‘f_13175’:
library.c:16833:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_13175,2,t0,t1);}
^
library.c:16833:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13175,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16833:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_13175,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16833:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_13175,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_18003’:
library.c:16845:1: error: too many arguments to function ‘C_values’
C_values(5,0,((C_word*)t0)[2],((C_word*)t0)[3],t1,C_SCHEME_TRUE);}
^
In file included from library.c:11:0:
chicken.h:1753:23: note: declared here
C_fctexport C_cpsproc(C_values) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_18384’:
library.c:16855:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18384,2,t0,t1);}
^
library.c:16855:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18384,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16855:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18384,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16855:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18384,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16861:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t3,lf[745],*((C_word*)lf[744]+1),lf[746]);}
^
library.c:16861:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t3,lf[745],*((C_word*)lf[744]+1),lf[746]);}
^
library.c: In function ‘f_18359’:
library.c:16882:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],t1,lf[739]);}
^
library.c:16882:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],t1,lf[739]);}
^
library.c: In function ‘f_8898’:
library.c:16891:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_8898,4,t0,t1,t2,t3);}
^
library.c:16891:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8898,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16891:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_8898,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16891:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_8898,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16893:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t2);}
^
library.c:16893:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t2);}
^
library.c: In function ‘f_24348’:
library.c:16903:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_24348,2,t0,t1);}
^
library.c:16903:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24348,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16903:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24348,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16903:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_24348,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16908:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t4+1)))(4,t4,t3,((C_word*)t0)[6],((C_word*)t0)[7]);}
^
library.c:16908:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t4+1)))(4,t4,t3,((C_word*)t0)[6],((C_word*)t0)[7]);}
^
library.c: In function ‘f_23710’:
library.c:16927:27: error: ‘tr5’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr5,(void*)f_23710,5,t0,t1,t2,t3,t4);}
^
library.c:16927:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_23710,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16927:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_23710,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16927:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr5,(void*)f_23710,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16935:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t10+1)))(2,t10,t3);}
^
library.c:16935:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t10+1)))(2,t10,t3);}
^
library.c:16943:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t10+1)))(2,t10,t3);}}
^
library.c: In function ‘f_8892’:
library.c:16952:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_8892,2,t0,t1);}
^
library.c:16952:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8892,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16952:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_8892,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16952:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_8892,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16955:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t2+1)))(3,t2,t1,((C_word*)t0)[2]);}
^
library.c:16955:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t2+1)))(3,t2,t1,((C_word*)t0)[2]);}
^
library.c: In function ‘f28330’:
library.c:16965:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f28330,3,t0,t1,t2);}
^
library.c:16965:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f28330,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16965:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f28330,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16965:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f28330,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16968:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t2);}
^
library.c:16968:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t2);}
^
library.c: In function ‘f_18322’:
library.c:16983:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_18322,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16983:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_18322,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16983:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_18322,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:16993:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t9+1)))(2,t9,t8);}
^
library.c:16993:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t9+1)))(2,t9,t8);}
^
library.c: In function ‘f_18324’:
library.c:17003:27: error: ‘tr2r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2r,(void*)f_18324r,2,t0,t1);}
^
library.c:17003:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_18324r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17003:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_18324r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17003:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2r,(void*)f_18324r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_18324r’:
library.c:17048:3: error: ‘C_proc9’ undeclared (first use in this function)
((C_proc9)(void*)(*((C_word*)t18+1)))(9,t18,t5,t7,t9,t11,t13,t15,t17,lf[760]);}
^
library.c:17048:12: error: expected expression before ‘void’
((C_proc9)(void*)(*((C_word*)t18+1)))(9,t18,t5,t7,t9,t11,t13,t15,t17,lf[760]);}
^
library.c:17052:12: error: expected expression before ‘void’
((C_proc9)(void*)(*((C_word*)t18+1)))(9,t18,t5,t7,t9,t11,t13,t15,t17,lf[761]);}}
^
library.c:17056:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,*((C_word*)lf[730]+1));}}
^
library.c:17056:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,*((C_word*)lf[730]+1));}}
^
library.c: In function ‘f28336’:
library.c:17066:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f28336,3,t0,t1,t2);}
^
library.c:17066:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f28336,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17066:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f28336,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17066:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f28336,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17069:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t2);}
^
library.c:17069:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t2);}
^
library.c: In function ‘f_18072’:
library.c:17077:1: error: too many arguments to function ‘C_values’
C_values(5,0,((C_word*)t0)[2],((C_word*)t0)[3],t1,C_SCHEME_TRUE);}
^
In file included from library.c:11:0:
chicken.h:1753:23: note: declared here
C_fctexport C_cpsproc(C_values) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_18374’:
library.c:17087:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18374,2,t0,t1);}
^
library.c:17087:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18374,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17087:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18374,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17087:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18374,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17092:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,((C_word*)t0)[5]);}
^
library.c:17092:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,((C_word*)t0)[5]);}
^
library.c: In function ‘f_18370’:
library.c:17102:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18370,2,t0,t1);}
^
library.c:17102:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18370,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17102:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18370,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17102:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18370,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_18378’:
library.c:17115:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t2+1)))(6,t2,((C_word*)t0)[2],((C_word*)t0)[3],((C_word*)t0)[4],((C_word*)t0)[5],t1);}
^
library.c:17115:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t2+1)))(6,t2,((C_word*)t0)[2],((C_word*)t0)[3],((C_word*)t0)[4],((C_word*)t0)[5],t1);}
^
library.c: In function ‘f_8877’:
library.c:17128:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8877,3,t0,t1,t2);}
^
library.c:17128:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8877,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17128:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8877,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17128:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8877,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17133:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}
^
library.c:17133:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}
^
library.c:17139:1: error: too many arguments to function ‘C_call_with_values’
C_call_with_values(4,0,t1,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1755:23: note: declared here
C_fctexport C_cpsproc(C_call_with_values) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:17143:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t4+1)))(6,t4,t1,lf[56],lf[290],lf[291],t2);}}}
^
library.c:17143:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t4+1)))(6,t4,t1,lf[56],lf[290],lf[291],t2);}}}
^
library.c: In function ‘f_8871’:
library.c:17153:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8871,3,t0,t1,t2);}
^
library.c:17153:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8871,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17153:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8871,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17153:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8871,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17156:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fix(0));}
^
library.c:17156:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_fix(0));}
^
library.c: In function ‘f_18340’:
library.c:17166:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18340,2,t0,t1);}
^
library.c:17166:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18340,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17166:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18340,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17166:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18340,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17171:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}
^
library.c:17171:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}
^
library.c: In function ‘f_12697’:
library.c:17183:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_12697,3,t0,t1,t2);}
^
library.c:17183:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_12697,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17183:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_12697,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17183:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_12697,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17186:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_SCHEME_END_OF_FILE);}
^
library.c:17186:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_SCHEME_END_OF_FILE);}
^
library.c:17193:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)C_fast_retrieve_proc(t6))(3,t6,t5,t2);}}
^
library.c:17193:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc3)C_fast_retrieve_proc(t6))(3,t6,t5,t2);}}
^
library.c: In function ‘f_12692’:
library.c:17202:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t2+1)))(3,t2,((C_word*)t0)[2],((C_word*)t0)[3]);}
^
library.c:17202:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t2+1)))(3,t2,((C_word*)t0)[2],((C_word*)t0)[3]);}
^
library.c: In function ‘f_18345’:
library.c:17212:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_18345,NULL,2,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17212:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_18345,NULL,2,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17212:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_18345,NULL,2,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17216:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,lf[738]);}
^
library.c:17216:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,lf[738]);}
^
library.c:17221:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,t2);}}
^
library.c:17221:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,t2);}}
^
library.c: In function ‘f_18343’:
library.c:17232:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18343,2,t0,t1);}
^
library.c:17232:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18343,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17232:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18343,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17232:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18343,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_18311’:
library.c:17246:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18311,2,t0,t1);}
^
library.c:17246:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18311,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17246:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18311,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17246:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18311,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17248:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,((C_word*)t0)[2]);}
^
library.c:17248:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,((C_word*)t0)[2]);}
^
library.c: In function ‘f_18310’:
library.c:17261:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18310,2,t0,t1);}
^
library.c:17261:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18310,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17261:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18310,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17261:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18310,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17269:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)C_fast_retrieve_proc(t7))(2,t7,t6);}
^
library.c:17269:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc2)C_fast_retrieve_proc(t7))(2,t7,t6);}
^
library.c: In function ‘f_7726’:
library.c:17278:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_7726,4,t0,t1,t2,t3);}
^
library.c:17278:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7726,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17278:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7726,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17278:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_7726,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17280:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_string_equal_p(t2,t3));}
^
library.c:17280:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_string_equal_p(t2,t3));}
^
library.c: In function ‘f_7729’:
library.c:17289:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_7729,4,t0,t1,t2,t3);}
^
library.c:17289:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7729,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17289:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_7729,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17289:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_7729,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17291:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_string_ci_equal_p(t2,t3));}
^
library.c:17291:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_string_ci_equal_p(t2,t3));}
^
library.c: In function ‘f_18317’:
library.c:17300:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18317,2,t0,t1);}
^
library.c:17300:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18317,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17300:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18317,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17300:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18317,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17302:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,((C_word*)t0)[2]);}
^
library.c:17302:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,((C_word*)t0)[2]);}
^
library.c: In function ‘f_18316’:
library.c:17314:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18316,2,t0,t1);}
^
library.c:17314:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18316,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17314:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18316,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17314:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18316,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17321:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:17321:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c: In function ‘f_7720’:
library.c:17331:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t1);}
^
library.c:17331:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t1);}
^
library.c: In function ‘f_6472’:
library.c:17340:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_6472,2,t0,t1);}
^
library.c:17340:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_6472,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17340:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_6472,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17340:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_6472,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17342:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_get_current_seconds(&a,1,C_SCHEME_FALSE));}
^
library.c:17342:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_a_get_current_seconds(&a,1,C_SCHEME_FALSE));}
^
library.c: In function ‘f_16181’:
library.c:17353:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_16181,2,t0,t1);}
^
library.c:17353:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16181,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17353:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16181,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17353:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_16181,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_16187’:
library.c:17372:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_16187,3,t0,t1,t2);}
^
library.c:17372:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_16187,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17372:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_16187,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17372:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_16187,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_16185’:
library.c:17401:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_16185,2,t0,t1);}
^
library.c:17401:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16185,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17401:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16185,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17401:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_16185,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17415:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t13+1)))(3,t13,t12,C_fix(0));}
^
library.c:17415:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t13+1)))(3,t13,t12,C_fix(0));}
^
library.c: In function ‘f_6478’:
library.c:17427:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_6478,2,t0,t1);}
^
library.c:17427:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_6478,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17427:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_6478,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17427:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_6478,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17432:1: error: too many arguments to function ‘C_values’
C_values(4,0,t1,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1753:23: note: declared here
C_fctexport C_cpsproc(C_values) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_15184’:
library.c:17443:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_15184,2,t0,t1);}
^
library.c:17443:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_15184,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17443:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_15184,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17443:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_15184,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17447:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_SCHEME_UNDEFINED);}
^
library.c:17447:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_SCHEME_UNDEFINED);}
^
library.c: In function ‘f_15189’:
library.c:17456:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_15189,2,t0,t1);}
^
library.c:17456:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_15189,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17456:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_15189,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17456:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_15189,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_7731’:
library.c:17474:27: error: ‘tr6’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr6,(void*)f_7731,6,t0,t1,t2,t3,t4,t5);}
^
library.c:17474:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr6,(void*)f_7731,6,t0,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17474:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr6,(void*)f_7731,6,t0,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17474:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr6,(void*)f_7731,6,t0,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17483:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)C_fast_retrieve_proc(t11))(5,t11,t1,t8,t9,t10);}
^
library.c:17483:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc5)C_fast_retrieve_proc(t11))(5,t11,t1,t8,t9,t10);}
^
library.c:17488:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc5)C_fast_retrieve_proc(t11))(5,t11,t1,t8,t9,t10);}}
^
library.c: In function ‘f_23701’:
library.c:17497:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_23701,3,t0,t1,t2);}
^
library.c:17497:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23701,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17497:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23701,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17497:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_23701,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17499:1: error: too many arguments to function ‘C_values’
C_values(5,0,t1,C_SCHEME_FALSE,t2,C_SCHEME_FALSE);}
^
In file included from library.c:11:0:
chicken.h:1753:23: note: declared here
C_fctexport C_cpsproc(C_values) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_18334’:
library.c:17509:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18334,2,t0,t1);}
^
library.c:17509:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18334,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17509:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18334,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17509:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18334,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17514:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}
^
library.c:17514:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}
^
library.c: In function ‘f_15176’:
library.c:17523:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_15176,2,t0,t1);}
^
library.c:17523:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_15176,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17523:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_15176,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17523:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_15176,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17528:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t2,((C_word*)t0)[5],lf[603]);}
^
library.c:17528:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t3+1)))(4,t3,t2,((C_word*)t0)[5],lf[603]);}
^
library.c:17540:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,t2,((C_word*)t0)[5],lf[604],t1);}}}
^
library.c:17540:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,t2,((C_word*)t0)[5],lf[604],t1);}}}
^
library.c: In function ‘f_9391’:
library.c:17550:27: error: ‘tr2r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2r,(void*)f_9391r,2,t0,t1);}
^
library.c:17550:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_9391r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17550:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2r,(void*)f_9391r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17550:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2r,(void*)f_9391r,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_9391r’:
library.c:17571:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t8+1)))(2,t8,t5);}
^
library.c:17571:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t8+1)))(2,t8,t5);}
^
library.c:17574:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}}
^
library.c: In function ‘f_15179’:
library.c:17589:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_15179,2,t0,t1);}
^
library.c:17589:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_15179,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17589:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_15179,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17589:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_15179,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17599:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t9+1)))(5,t9,((C_word*)t0)[4],t6,t7,t8);}
^
library.c:17599:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t9+1)))(5,t9,((C_word*)t0)[4],t6,t7,t8);}
^
library.c: In function ‘f_18337’:
library.c:17609:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18337,2,t0,t1);}
^
library.c:17609:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18337,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17609:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18337,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17609:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18337,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17614:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}
^
library.c:17614:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t3);}
^
library.c: In function ‘f_8834’:
library.c:17623:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8834,3,t0,t1,t2);}
^
library.c:17623:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8834,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17623:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8834,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17623:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8834,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17625:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_zerop(t2));}
^
library.c:17625:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_zerop(t2));}
^
library.c: In function ‘f_8837’:
library.c:17634:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8837,3,t0,t1,t2);}
^
library.c:17634:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8837,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17634:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8837,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17634:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8837,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17636:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_positivep(t2));}
^
library.c:17636:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_positivep(t2));}
^
library.c: In function ‘f_15173’:
library.c:17645:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_15173,2,t0,t1);}
^
library.c:17645:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_15173,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17645:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_15173,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17645:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_15173,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17649:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[5]);}
^
library.c:17649:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[5]);}
^
library.c: In function ‘f_8831’:
library.c:17658:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8831,3,t0,t1,t2);}
^
library.c:17658:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8831,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17658:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8831,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17658:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8831,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17660:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_flonum_in_fixnum_range_p(t2));}
^
library.c:17660:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_flonum_in_fixnum_range_p(t2));}
^
library.c: In function ‘f_18304’:
library.c:17673:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18304,2,t0,t1);}
^
library.c:17673:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18304,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17673:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18304,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17673:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18304,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17681:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)C_fast_retrieve_proc(t7))(2,t7,t6);}
^
library.c:17681:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc2)C_fast_retrieve_proc(t7))(2,t7,t6);}
^
library.c: In function ‘f_18305’:
library.c:17690:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18305,2,t0,t1);}
^
library.c:17690:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18305,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17690:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18305,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17690:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18305,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17692:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,((C_word*)t0)[2]);}
^
library.c:17692:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,((C_word*)t0)[2]);}
^
library.c: In function ‘f_8865’:
library.c:17702:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8865,3,t0,t1,t2);}
^
library.c:17702:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8865,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17702:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8865,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17702:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8865,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17705:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t2);}
^
library.c:17705:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t2);}
^
library.c: In function ‘f_8812’:
library.c:17723:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8812,3,t0,t1,t2);}
^
library.c:17723:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8812,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17723:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8812,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17723:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8812,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17725:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_integerp(t2));}
^
library.c:17725:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_integerp(t2));}
^
library.c: In function ‘f_8819’:
library.c:17734:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8819,3,t0,t1,t2);}
^
library.c:17734:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8819,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17734:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8819,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17734:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8819,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17736:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_inexactp(t2));}
^
library.c:17736:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_inexactp(t2));}
^
library.c: In function ‘f_8816’:
library.c:17745:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8816,3,t0,t1,t2);}
^
library.c:17745:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8816,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17745:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8816,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17745:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8816,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17747:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_exactp(t2));}
^
library.c:17747:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_exactp(t2));}
^
library.c: In function ‘f_23792’:
library.c:17756:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,((C_word*)t0)[3],((C_word*)t0)[4]);}
^
library.c:17756:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc3)C_fast_retrieve_proc(t2))(3,t2,((C_word*)t0)[3],((C_word*)t0)[4]);}
^
library.c: In function ‘f_23797’:
library.c:17765:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_23797,3,t0,t1,t2);}
^
library.c:17765:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23797,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17765:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23797,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17765:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_23797,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17767:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,(*a=C_CLOSURE_TYPE|3,a[1]=(C_word)f_23799,a[2]=t2,a[3]=((C_word)li852),tmp=(C_word)a,a+=4,tmp));}
^
library.c:17767:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,(*a=C_CLOSURE_TYPE|3,a[1]=(C_word)f_23799,a[2]=t2,a[3]=((C_word)li852),tmp=(C_word)a,a+=4,tmp));}
^
library.c: In function ‘f_23799’:
library.c:17777:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_23799,4,t0,t1,t2,t3);}
^
library.c:17777:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_23799,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17777:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_23799,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17777:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_23799,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17781:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,t3);}
^
library.c:17781:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,t3);}
^
library.c: In function ‘f_8843’:
library.c:17790:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8843,3,t0,t1,t2);}
^
library.c:17790:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8843,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17790:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8843,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17790:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8843,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17792:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_abs(&a,1,t2));}
^
library.c:17792:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_abs(&a,1,t2));}
^
library.c: In function ‘f_14455’:
library.c:17803:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_14455,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17803:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_14455,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17803:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_14455,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17807:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c:17807:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c:17812:1: error: too many arguments to function ‘C_string_to_symbol’
C_string_to_symbol(3,0,t3,((C_word*)t0)[4]);}}
^
In file included from library.c:11:0:
chicken.h:1770:23: note: declared here
C_fctexport C_cpsproc(C_string_to_symbol) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_8846’:
library.c:17823:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8846,3,t0,t1,t2);}
^
library.c:17823:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8846,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17823:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8846,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17823:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8846,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17827:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,(C_truep(t4)?lf[286]:lf[287]));}
^
library.c:17827:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,(C_truep(t4)?lf[286]:lf[287]));}
^
library.c: In function ‘f_8840’:
library.c:17836:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_8840,3,t0,t1,t2);}
^
library.c:17836:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8840,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17836:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_8840,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17836:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_8840,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17838:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_negativep(t2));}
^
library.c:17838:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_negativep(t2));}
^
library.c: In function ‘f_16177’:
library.c:17857:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_16177,2,t0,t1);}
^
library.c:17857:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16177,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17857:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_16177,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17857:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_16177,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_23770’:
library.c:17873:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t1);}
^
library.c:17873:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t1);}
^
library.c: In function ‘f_23775’:
library.c:17882:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_23775,3,t0,t1,t2);}
^
library.c:17882:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23775,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17882:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23775,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17882:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_23775,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17884:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,(*a=C_CLOSURE_TYPE|3,a[1]=(C_word)f_23777,a[2]=t2,a[3]=((C_word)li848),tmp=(C_word)a,a+=4,tmp));}
^
library.c:17884:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,(*a=C_CLOSURE_TYPE|3,a[1]=(C_word)f_23777,a[2]=t2,a[3]=((C_word)li848),tmp=(C_word)a,a+=4,tmp));}
^
library.c: In function ‘f_23417’:
library.c:17893:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t2+1)))(3,t2,((C_word*)t0)[2],t1);}
^
library.c:17893:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t2+1)))(3,t2,((C_word*)t0)[2],t1);}
^
library.c: In function ‘f_23777’:
library.c:17903:27: error: ‘tr5’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr5,(void*)f_23777,5,t0,t1,t2,t3,t4);}
^
library.c:17903:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_23777,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17903:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_23777,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17903:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr5,(void*)f_23777,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17907:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t6+1)))(3,t6,t5,t3);}
^
library.c:17907:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t6+1)))(3,t6,t5,t3);}
^
library.c: In function ‘f_14423’:
library.c:17917:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_14423,2,t0,t1);}
^
library.c:17917:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_14423,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17917:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_14423,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17917:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_14423,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_18498’:
library.c:17932:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_18498,3,t0,t1,t2);}
^
library.c:17932:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_18498,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17932:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_18498,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17932:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_18498,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17936:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t1,t2);}
^
library.c:17936:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t1,t2);}
^
library.c:17941:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,t3,t2);}}
^
library.c: In function ‘f_14438’:
library.c:17985:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_14438,2,t0,t1);}
^
library.c:17985:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_14438,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17985:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_14438,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17985:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_14438,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:17990:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_make_character(C_unfix(t3)));}
^
library.c:17990:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_make_character(C_unfix(t3)));}
^
library.c: In function ‘f_23413’:
library.c:18088:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_23413,2,t0,t1);}
^
library.c:18088:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_23413,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18088:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_23413,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18088:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_23413,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18108:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t19+1)))(3,t19,t17,t18);}
^
library.c:18108:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t19+1)))(3,t19,t17,t18);}
^
library.c: In function ‘f_10222’:
library.c:18119:27: error: ‘tr4r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4r,(void*)f_10222r,4,t0,t1,t2,t3);}
^
library.c:18119:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4r,(void*)f_10222r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18119:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4r,(void*)f_10222r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18119:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4r,(void*)f_10222r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_10222r’:
library.c:18154:3: error: ‘C_proc8’ undeclared (first use in this function)
((C_proc8)(void*)(*((C_word*)t16+1)))(8,t16,t13,lf[151],lf[382],lf[383],t2,t3,t11);}
^
library.c:18154:12: error: expected expression before ‘void’
((C_proc8)(void*)(*((C_word*)t16+1)))(8,t16,t13,lf[151],lf[382],lf[383],t2,t3,t11);}
^
library.c: In function ‘f_23405’:
library.c:18170:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_23405,2,t0,t1);}
^
library.c:18170:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_23405,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18170:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_23405,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18170:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_23405,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18178:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t7+1)))(3,t7,t5,t6);}
^
library.c:18178:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t7+1)))(3,t7,t5,t6);}
^
library.c: In function ‘f_15195’:
library.c:18189:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_15195,2,t0,t1);}
^
library.c:18189:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_15195,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18189:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_15195,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18189:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_15195,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18193:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_SCHEME_UNDEFINED);}
^
library.c:18193:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_SCHEME_UNDEFINED);}
^
library.c: In function ‘f_7664’:
library.c:18204:27: error: ‘tr4r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4r,(void*)f_7664r,4,t0,t1,t2,t3);}
^
library.c:18204:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4r,(void*)f_7664r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18204:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4r,(void*)f_7664r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18204:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4r,(void*)f_7664r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_14426’:
library.c:18244:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_14426,2,t0,t1);}
^
library.c:18244:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_14426,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18244:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_14426,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18244:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_14426,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18263:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,((C_word*)t0)[2],((C_word*)t0)[3]);}
^
library.c:18263:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,((C_word*)t0)[2],((C_word*)t0)[3]);}
^
library.c:18266:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,((C_word*)t0)[4]);}}}
^
library.c:18266:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,((C_word*)t0)[4]);}}}
^
library.c: In function ‘f_7662’:
library.c:18276:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t1);}
^
library.c:18276:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t1);}
^
library.c: In function ‘f_23751’:
library.c:18290:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_23751,3,t0,t1,t2);}
^
library.c:18290:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23751,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18290:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23751,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18290:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_23751,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18297:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,lf[702]);}
^
library.c:18297:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,lf[702]);}
^
library.c:18302:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t8+1)))(5,t8,t7,t4,t3,t6);}}
^
library.c:18302:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t8+1)))(5,t8,t7,t4,t3,t6);}}
^
library.c: In function ‘f_23400’:
library.c:18310:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_23400,2,t0,t1);}
^
library.c:18310:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_23400,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18310:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_23400,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18310:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_23400,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18312:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_halt(lf[1097]));}
^
library.c:18312:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_halt(lf[1097]));}
^
library.c: In function ‘f_14419’:
library.c:18321:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_14419,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18321:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_14419,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18321:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_14419,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18325:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[2]);}
^
library.c:18325:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t3+1)))(3,t3,t2,((C_word*)t0)[2]);}
^
library.c: In function ‘f_23781’:
library.c:18343:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)C_fast_retrieve_proc(t2))(4,t2,((C_word*)t0)[3],((C_word*)t0)[4],((C_word*)t0)[5]);}
^
library.c:18343:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc4)C_fast_retrieve_proc(t2))(4,t2,((C_word*)t0)[3],((C_word*)t0)[4],((C_word*)t0)[5]);}
^
library.c: In function ‘f_23788’:
library.c:18353:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_23788,4,t0,t1,t2,t3);}
^
library.c:18353:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_23788,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18353:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_23788,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18353:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_23788,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18357:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,t3);}
^
library.c:18357:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t5+1)))(3,t5,t4,t3);}
^
library.c: In function ‘f_23786’:
library.c:18366:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_23786,3,t0,t1,t2);}
^
library.c:18366:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23786,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18366:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_23786,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18366:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_23786,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18368:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,(*a=C_CLOSURE_TYPE|3,a[1]=(C_word)f_23788,a[2]=t2,a[3]=((C_word)li850),tmp=(C_word)a,a+=4,tmp));}
^
library.c:18368:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,(*a=C_CLOSURE_TYPE|3,a[1]=(C_word)f_23788,a[2]=t2,a[3]=((C_word)li850),tmp=(C_word)a,a+=4,tmp));}
^
library.c: In function ‘f_7683’:
library.c:18379:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],((C_word*)t0)[3],((C_word*)t0)[4],((C_word*)t0)[5]);}
^
library.c:18379:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],((C_word*)t0)[3],((C_word*)t0)[4],((C_word*)t0)[5]);}
^
library.c:18384:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t3+1)))(6,t3,((C_word*)t0)[2],t2,lf[161],((C_word*)t0)[4],((C_word*)t0)[5]);}}
^
library.c:18384:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t3+1)))(6,t3,((C_word*)t0)[2],t2,lf[161],((C_word*)t0)[4],((C_word*)t0)[5]);}}
^
library.c: In function ‘f_7652’:
library.c:18397:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_7652,3,t0,t1,t2);}
^
library.c:18397:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_7652,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18397:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_7652,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18397:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_7652,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18404:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t7+1)))(3,t7,t6,t5);}
^
library.c:18404:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t7+1)))(3,t7,t6,t5);}
^
library.c: In function ‘f_7674’:
library.c:18425:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_7674,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18425:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_7674,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18425:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_7674,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_12688’:
library.c:18461:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_12688,3,t0,t1,t2);}
^
library.c:18461:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_12688,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18461:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_12688,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18461:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_12688,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18465:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t3,t2,C_SCHEME_TRUE,lf[441]);}
^
library.c:18465:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t3,t2,C_SCHEME_TRUE,lf[441]);}
^
library.c: In function ‘f_6492’:
library.c:18485:27: error: ‘tr4r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4r,(void*)f_6492r,4,t0,t1,t2,t3);}
^
library.c:18485:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4r,(void*)f_6492r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18485:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4r,(void*)f_6492r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18485:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4r,(void*)f_6492r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_6492r’:
library.c:18501:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,t6);}
^
library.c:18501:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,t6);}
^
library.c:18505:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}}
^
library.c: In function ‘f_11480’:
library.c:18551:27: error: ‘tr4r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4r,(void*)f_11480r,4,t0,t1,t2,t3);}
^
library.c:18551:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4r,(void*)f_11480r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18551:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4r,(void*)f_11480r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18551:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4r,(void*)f_11480r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_11480r’:
library.c:18567:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,t6);}
^
library.c:18567:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,t6);}
^
library.c:18571:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}}
^
library.c: In function ‘f_24117’:
library.c:18583:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_24117,3,t0,t1,t2);}
^
library.c:18583:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_24117,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18583:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_24117,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18583:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_24117,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_24114’:
library.c:18608:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_24114,2,t0,t1);}
^
library.c:18608:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24114,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18608:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24114,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18608:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_24114,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18614:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,((C_word*)t0)[2],((C_word*)((C_word*)t0)[3])[1]);}
^
library.c:18614:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,((C_word*)t0)[2],((C_word*)((C_word*)t0)[3])[1]);}
^
library.c:18620:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t6+1)))(4,t6,t5,C_mpointer(&a,(void*)strerror(errno)),C_fix(0));}}
^
library.c:18620:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t6+1)))(4,t6,t5,C_mpointer(&a,(void*)strerror(errno)),C_fix(0));}}
^
library.c: In function ‘f_18023’:
library.c:18642:27: error: ‘tr5’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr5,(void*)f_18023,5,t0,t1,t2,t3,t4);}
^
library.c:18642:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_18023,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18642:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr5,(void*)f_18023,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18642:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr5,(void*)f_18023,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18649:1: error: too many arguments to function ‘C_values’
C_values(5,0,t1,t7,((C_word*)t0)[2],C_SCHEME_TRUE);}
^
In file included from library.c:11:0:
chicken.h:1753:23: note: declared here
C_fctexport C_cpsproc(C_values) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c:18654:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t8+1)))(4,t8,t7,((C_word*)t0)[2],lf[704]);}}
^
library.c:18654:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t8+1)))(4,t8,t7,((C_word*)t0)[2],lf[704]);}}
^
library.c:18659:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t6+1)))(4,t6,t5,((C_word*)t0)[2],lf[705]);}}
^
library.c: In function ‘f_24110’:
library.c:18668:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],lf[442],t1);}
^
library.c:18668:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],lf[442],t1);}
^
library.c: In function ‘f_18055’:
library.c:18676:1: error: too many arguments to function ‘C_values’
C_values(5,0,((C_word*)t0)[2],((C_word*)t0)[3],t1,C_SCHEME_TRUE);}
^
In file included from library.c:11:0:
chicken.h:1753:23: note: declared here
C_fctexport C_cpsproc(C_values) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_11493’:
library.c:18687:27: error: ‘tr3r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3r,(void*)f_11493r,3,t0,t1,t2);}
^
library.c:18687:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_11493r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18687:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3r,(void*)f_11493r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18687:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3r,(void*)f_11493r,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_11493r’:
library.c:18703:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:18703:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:18707:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}}
^
library.c: In function ‘f_24106’:
library.c:18716:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t2+1)))(6,t2,((C_word*)t0)[2],lf[440],lf[441],t1,((C_word*)t0)[3]);}
^
library.c:18716:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t2+1)))(6,t2,((C_word*)t0)[2],lf[440],lf[441],t1,((C_word*)t0)[3]);}
^
library.c: In function ‘f_23429’:
library.c:18725:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],lf[1099],t1);}
^
library.c:18725:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],lf[1099],t1);}
^
library.c: In function ‘f_11465’:
library.c:18746:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_11465,2,t0,t1);}
^
library.c:18746:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_11465,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18746:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_11465,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18746:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_11465,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18762:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)C_fast_retrieve_proc(t15))(2,t15,t14);}
^
library.c:18762:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc2)C_fast_retrieve_proc(t15))(2,t15,t14);}
^
library.c: In function ‘f_11467’:
library.c:18773:27: error: ‘tr4r’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4r,(void*)f_11467r,4,t0,t1,t2,t3);}
^
library.c:18773:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4r,(void*)f_11467r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18773:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4r,(void*)f_11467r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18773:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4r,(void*)f_11467r,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_11467r’:
library.c:18789:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,t6);}
^
library.c:18789:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,t6);}
^
library.c:18793:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}}
^
library.c: In function ‘f_14471’:
library.c:18802:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t2+1)))(3,t2,((C_word*)t0)[2],t1);}
^
library.c:18802:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t2+1)))(3,t2,((C_word*)t0)[2],t1);}
^
library.c: In function ‘f_11462’:
library.c:18811:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_11462,2,t0,t1);}
^
library.c:18811:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_11462,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18811:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_11462,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18811:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_11462,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18815:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,t2,*((C_word*)lf[455]+1),C_fix(2),C_SCHEME_FALSE);}
^
library.c:18815:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,t2,*((C_word*)lf[455]+1),C_fix(2),C_SCHEME_FALSE);}
^
library.c: In function ‘f_23421’:
library.c:18824:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[1098],t1);}
^
library.c:18824:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[1098],t1);}
^
library.c: In function ‘f_14461’:
library.c:18833:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,t1);}
^
library.c:18833:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,t1);}
^
library.c:18837:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[591],((C_word*)t0)[4]);}}
^
library.c:18837:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t2+1)))(5,t2,((C_word*)t0)[2],((C_word*)t0)[3],lf[591],((C_word*)t0)[4]);}}
^
library.c: In function ‘f_11420’:
library.c:18853:27: error: ‘tr6’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr6,(void*)f_11420,6,t0,t1,t2,t3,t4,t5);}
^
library.c:18853:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr6,(void*)f_11420,6,t0,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18853:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr6,(void*)f_11420,6,t0,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18853:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr6,(void*)f_11420,6,t0,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18862:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t13+1)))(2,t13,t6);}
^
library.c:18862:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t13+1)))(2,t13,t6);}
^
library.c: In function ‘f_24160’:
library.c:18871:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_24160,4,t0,t1,t2,t3);}
^
library.c:18871:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_24160,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18871:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_24160,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18871:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_24160,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18873:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_display_char(t2,t3));}
^
library.c:18873:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_display_char(t2,t3));}
^
library.c: In function ‘f_24163’:
library.c:18882:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_24163,4,t0,t1,t2,t3);}
^
library.c:18882:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_24163,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18882:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_24163,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18882:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_24163,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18884:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_display_string(t2,t3));}
^
library.c:18884:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_display_string(t2,t3));}
^
library.c: In function ‘f_24166’:
library.c:18894:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_24166,3,t0,t1,t2);}
^
library.c:18894:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_24166,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18894:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_24166,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18894:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_24166,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18898:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t1);}
^
library.c:18898:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t1);}
^
library.c: In function ‘f_18391’:
library.c:18908:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18391,2,t0,t1);}
^
library.c:18908:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18391,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18908:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18391,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18908:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18391,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18914:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t3,lf[741],*((C_word*)lf[740]+1),lf[742]);}
^
library.c:18914:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t3,lf[741],*((C_word*)lf[740]+1),lf[742]);}
^
library.c: In function ‘f_18395’:
library.c:18929:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18395,2,t0,t1);}
^
library.c:18929:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18395,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18929:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18395,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18929:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18395,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18936:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c:18936:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,t5);}
^
library.c: In function ‘f_9082’:
library.c:18948:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_9082,NULL,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18948:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_9082,NULL,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18948:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_9082,NULL,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18952:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,(C_truep(t3)?(C_truep(C_blockp(t2))?t2:C_a_i_fix_to_flo(&a,1,t2)):t2));}
^
library.c:18952:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,(C_truep(t3)?(C_truep(C_blockp(t2))?t2:C_a_i_fix_to_flo(&a,1,t2)):t2));}
^
library.c:18959:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)C_fast_retrieve_proc(t9))(4,t9,t8,t7,t2);}}
^
library.c:18959:11: error: expected ‘)’ before ‘C_fast_retrieve_proc’
((C_proc4)C_fast_retrieve_proc(t9))(4,t9,t8,t7,t2);}}
^
library.c: In function ‘f_18399’:
library.c:18970:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_18399,2,t0,t1);}
^
library.c:18970:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18399,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18970:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_18399,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18970:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_18399,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18980:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,lf[735],((C_word*)t0)[5],lf[736]);}}
^
library.c:18980:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t5+1)))(5,t5,t3,lf[735],((C_word*)t0)[5],lf[736]);}}
^
library.c: In function ‘f_11415’:
library.c:18988:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_slot(((C_word*)t0)[3],C_fix(8)));}
^
library.c:18988:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t2+1)))(2,t2,C_slot(((C_word*)t0)[3],C_fix(8)));}
^
library.c: In function ‘f_9032’:
library.c:18998:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_9032,4,t0,t1,t2,t3);}
^
library.c:18998:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_9032,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18998:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_9032,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:18998:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_9032,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19000:1: error: too many arguments to function ‘C_quotient’
C_quotient(4,0,t4,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1774:23: note: declared here
C_fctexport C_cpsproc(C_quotient) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_9030’:
library.c:19009:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_9030,2,t0,t1);}
^
library.c:19009:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_9030,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19009:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_9030,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19009:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_9030,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19012:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_minus(&a,2,((C_word*)t0)[4],t2));}
^
library.c:19012:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_a_i_minus(&a,2,((C_word*)t0)[4],t2));}
^
library.c: In function ‘f_11411’:
library.c:19022:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_11411,3,t0,t1,t2);}
^
library.c:19022:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_11411,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19022:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_11411,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19022:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_11411,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19026:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t4+1)))(4,t4,t3,t2,lf[436]);}
^
library.c:19026:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t4+1)))(4,t4,t3,t2,lf[436]);}
^
library.c: In function ‘f_24188’:
library.c:19046:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_24188,NULL,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19046:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_24188,NULL,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19046:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_24188,NULL,5,t0,t1,t2,t3,t4);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19051:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,t6);}
^
library.c:19051:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,t6);}
^
library.c:19057:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t7+1)))(2,t7,t6);}
^
library.c:19075:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t6+1)))(2,t6,C_fixnum_plus(t3,t5));}}}}
^
library.c: In function ‘f_24186’:
library.c:19086:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_24186,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19086:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)trf_24186,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19086:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)trf_24186,NULL,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_24123’:
library.c:19103:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_24123,2,t0,t1);}
^
library.c:19103:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24123,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19103:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24123,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19103:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_24123,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19110:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}
^
library.c:19110:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}
^
library.c:19113:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,t2);}}
^
library.c: In function ‘f_24153’:
library.c:19122:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],lf[445],t1);}
^
library.c:19122:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t2+1)))(4,t2,((C_word*)t0)[2],lf[445],t1);}
^
library.c: In function ‘f_24157’:
library.c:19134:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_24157,2,t0,t1);}
^
library.c:19134:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24157,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19134:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24157,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19134:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_24157,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19140:3: error: ‘C_proc3’ undeclared (first use in this function)
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,((C_word*)t0)[2],((C_word*)((C_word*)t0)[3])[1]);}
^
library.c:19140:12: error: expected expression before ‘void’
((C_proc3)(void*)(*((C_word*)t4+1)))(3,t4,((C_word*)t0)[2],((C_word*)((C_word*)t0)[3])[1]);}
^
library.c:19146:3: error: ‘C_proc4’ undeclared (first use in this function)
((C_proc4)(void*)(*((C_word*)t6+1)))(4,t6,t5,C_mpointer(&a,(void*)strerror(errno)),C_fix(0));}}
^
library.c:19146:12: error: expected expression before ‘void’
((C_proc4)(void*)(*((C_word*)t6+1)))(4,t6,t5,C_mpointer(&a,(void*)strerror(errno)),C_fix(0));}}
^
library.c: In function ‘f_24149’:
library.c:19155:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t2+1)))(6,t2,((C_word*)t0)[2],lf[440],lf[444],t1,((C_word*)t0)[3]);}
^
library.c:19155:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t2+1)))(6,t2,((C_word*)t0)[2],lf[440],lf[444],t1,((C_word*)t0)[3]);}
^
library.c: In function ‘f_24172’:
library.c:19164:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_24172,3,t0,t1,t2);}
^
library.c:19164:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_24172,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19164:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_24172,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19164:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_24172,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19166:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_flush_output(t2));}
^
library.c:19166:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_flush_output(t2));}
^
library.c: In function ‘f_24178’:
library.c:19178:27: error: ‘tr6’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr6,(void*)f_24178,6,t0,t1,t2,t3,t4,t5);}
^
library.c:19178:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr6,(void*)f_24178,6,t0,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19178:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr6,(void*)f_24178,6,t0,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19178:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr6,(void*)f_24178,6,t0,t1,t2,t3,t4,t5);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c: In function ‘f_24175’:
library.c:19196:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_24175,3,t0,t1,t2);}
^
library.c:19196:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_24175,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19196:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_24175,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19196:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_24175,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19198:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_char_ready_p(t2));}
^
library.c:19198:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_char_ready_p(t2));}
^
library.c: In function ‘f_9018’:
library.c:19208:27: error: ‘tr4’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr4,(void*)f_9018,4,t0,t1,t2,t3);}
^
library.c:19208:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_9018,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19208:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr4,(void*)f_9018,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19208:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr4,(void*)f_9018,4,t0,t1,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19210:1: error: too many arguments to function ‘C_quotient’
C_quotient(4,0,t4,t2,t3);}
^
In file included from library.c:11:0:
chicken.h:1774:23: note: declared here
C_fctexport C_cpsproc(C_quotient) C_noret;
^
chicken.h:783:40: note: in definition of macro ‘C_cpsproc’
#define C_cpsproc(name) C_ccall void name(C_word c, C_word *av) C_noret
^
library.c: In function ‘f_9009’:
library.c:19222:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_9009,3,t0,t1,t2);}
^
library.c:19222:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9009,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19222:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9009,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19222:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_9009,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19227:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}
^
library.c:19227:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}
^
library.c:19231:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t5+1)))(2,t5,t4);}}
^
library.c: In function ‘f_20616’:
library.c:19241:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_20616,3,t0,t1,t2);}
^
library.c:19241:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20616,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19241:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20616,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19241:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_20616,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19246:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_memq(t3,lf[934]));}
^
library.c:19246:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t4+1)))(2,t4,C_i_memq(t3,lf[934]));}
^
library.c:19249:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_SCHEME_FALSE);}}
^
library.c:19252:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_SCHEME_FALSE);}}
^
library.c: In function ‘f_20610’:
library.c:19261:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_20610,3,t0,t1,t2);}
^
library.c:19261:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20610,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19261:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20610,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19261:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_20610,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19263:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_block_address(&a,1,t2));}
^
library.c:19263:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_block_address(&a,1,t2));}
^
library.c: In function ‘f_20613’:
library.c:19272:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_20613,3,t0,t1,t2);}
^
library.c:19272:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20613,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19272:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_20613,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19272:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_20613,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19274:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_locativep(t2));}
^
library.c:19274:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_locativep(t2));}
^
library.c: In function ‘f_24133’:
library.c:19283:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_24133,2,t0,t1);}
^
library.c:19283:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24133,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19283:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_24133,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19283:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_24133,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19287:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c:19287:12: error: expected expression before ‘void’
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,t2);}
^
library.c: In function ‘f_11448’:
library.c:19297:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_11448,2,t0,t1);}
^
library.c:19297:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_11448,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19297:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_11448,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19297:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_11448,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19302:3: error: ‘C_proc6’ undeclared (first use in this function)
((C_proc6)(void*)(*((C_word*)t4+1)))(6,t4,t3,C_SCHEME_FALSE,*((C_word*)lf[451]+1),lf[1127],lf[472]);}
^
library.c:19302:12: error: expected expression before ‘void’
((C_proc6)(void*)(*((C_word*)t4+1)))(6,t4,t3,C_SCHEME_FALSE,*((C_word*)lf[451]+1),lf[1127],lf[472]);}
^
library.c: In function ‘f_11459’:
library.c:19311:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_11459,2,t0,t1);}
^
library.c:19311:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_11459,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19311:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_11459,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19311:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_11459,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19315:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,t2,*((C_word*)lf[454]+1),C_fix(1),C_SCHEME_FALSE);}
^
library.c:19315:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t3+1)))(5,t3,t2,*((C_word*)lf[454]+1),C_fix(1),C_SCHEME_FALSE);}
^
library.c: In function ‘f_11456’:
library.c:19325:27: error: ‘tr2’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr2,(void*)f_11456,2,t0,t1);}
^
library.c:19325:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_11456,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19325:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr2,(void*)f_11456,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19325:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr2,(void*)f_11456,2,t0,t1);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19330:3: error: ‘C_proc5’ undeclared (first use in this function)
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t3,*((C_word*)lf[453]+1),C_fix(0),C_SCHEME_FALSE);}
^
library.c:19330:12: error: expected expression before ‘void’
((C_proc5)(void*)(*((C_word*)t4+1)))(5,t4,t3,*((C_word*)lf[453]+1),C_fix(0),C_SCHEME_FALSE);}
^
library.c: In function ‘f_9070’:
library.c:19339:27: error: ‘tr3’ undeclared (first use in this function)
C_save_and_reclaim((void*)tr3,(void*)f_9070,3,t0,t1,t2);}
^
library.c:19339:1: warning: passing argument 2 of ‘C_save_and_reclaim’ makes integer from pointer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9070,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘int’ but argument is of type ‘void *’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19339:1: warning: passing argument 3 of ‘C_save_and_reclaim’ makes pointer from integer without a cast [enabled by default]
C_save_and_reclaim((void*)tr3,(void*)f_9070,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: expected ‘long int *’ but argument is of type ‘int’
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19339:1: error: too many arguments to function ‘C_save_and_reclaim’
C_save_and_reclaim((void*)tr3,(void*)f_9070,3,t0,t1,t2);}
^
In file included from library.c:11:0:
chicken.h:1702:18: note: declared here
C_fctexport void C_save_and_reclaim(void *trampoline, int n, C_word *av) C_noret;
^
library.c:19341:3: error: ‘C_proc2’ undeclared (first use in this function)
((C_proc2)(void*)(*((C_word*)t3+1)))(2,t3,C_i_evenp(t2));}
^
library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment