--- /netrel/src/guile-1.6.4-14/libguile-ltdl/upstream/ltdl.h 2003-10-01 19:49:03.000000000 +0200 +++ raw-ltdl.guilemod.h 2003-10-01 20:59:24.000000000 +0200 @@ -28,6 +28,7 @@ #ifndef LTDL_H #define LTDL_H 1 +#include "guile-ltdl.h" #include /* for size_t declaration */ @@ -206,9 +207,11 @@ libltdl relies on a featureful realloc, but if you are sure yours has the right semantics then you can assign it directly. Generally, it is safe to assign just a malloc() and a free() function. */ +#if 0 LT_SCOPE lt_ptr (*lt_dlmalloc) LT_PARAMS((size_t size)); LT_SCOPE lt_ptr (*lt_dlrealloc) LT_PARAMS((lt_ptr ptr, size_t size)); LT_SCOPE void (*lt_dlfree) LT_PARAMS((lt_ptr ptr)); +#endif