summaryrefslogtreecommitdiff
path: root/libguile/guile.c
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2003-04-20 07:19:38 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2003-04-20 07:19:38 +0000
commitd0f6ceb84f26b033d6f1ac8bbc2acf81efc29f22 (patch)
tree049594205b5cdd419c32f06af43ec6c3382ef85c /libguile/guile.c
parent1ac61c2b50fa64ffc7d9aa4558aecceb9f980640 (diff)
downloadguile-d0f6ceb84f26b033d6f1ac8bbc2acf81efc29f22.tar.gz
* Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to
fix compile errors with --disable-deprecated.
Diffstat (limited to 'libguile/guile.c')
-rw-r--r--libguile/guile.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libguile/guile.c b/libguile/guile.c
index ea0d8a54a..7fe2604bb 100644
--- a/libguile/guile.c
+++ b/libguile/guile.c
@@ -34,9 +34,7 @@
#ifdef HAVE_CONFIG_H
#include <libguile/scmconfig.h>
#endif
-#ifdef DYNAMIC_LINKING
#include <guile-ltdl.h>
-#endif
#ifdef HAVE_WINSOCK2_H
#include <winsock2.h>
@@ -68,7 +66,7 @@ inner_main (void *closure SCM_UNUSED, int argc, char **argv)
int
main (int argc, char **argv)
{
-#if defined (DYNAMIC_LINKING) && !defined (__MINGW32__)
+#if !defined (__MINGW32__)
/* libtool automagically inserts this variable into your executable... */
extern const scm_lt_dlsymlist lt_preloaded_symbols[];
scm_lt_dlpreload_default (lt_preloaded_symbols);