diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2001-05-15 09:45:10 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2001-05-15 09:45:10 +0000 |
commit | 7c33806ae676601f902dbdc0f39c1f0828d68951 (patch) | |
tree | 30526d3249f03d715b5703227abdd263148053bc /libguile/load.c | |
parent | 11bbab474a77ef0c190fd494db4ac81f5c8febdd (diff) | |
download | guile-7c33806ae676601f902dbdc0f39c1f0828d68951.tar.gz |
* Make SCM_DEBUG_CELL_ACCESSES=1 work with GUILE_DEBUG_FREELIST.
Diffstat (limited to 'libguile/load.c')
-rw-r--r-- | libguile/load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/load.c b/libguile/load.c index d6612b12c..98158e6da 100644 --- a/libguile/load.c +++ b/libguile/load.c @@ -513,7 +513,7 @@ scm_init_load () scm_loc_load_extensions = SCM_CDRLOC (scm_sysintern ("%load-extensions", SCM_LIST2 (scm_makfrom0str (".scm"), - scm_makfrom0str ("")))); + scm_nullstr))); scm_loc_load_hook = SCM_CDRLOC (scm_sysintern ("%load-hook", SCM_BOOL_F)); init_build_info (); |