* Make SCM_DEBUG_CELL_ACCESSES=1 work with GUILE_DEBUG_FREELIST.

This commit is contained in:
Dirk Herrmann 2001-05-15 09:45:10 +00:00
commit 7c33806ae6
8 changed files with 60 additions and 26 deletions

View file

@ -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 ();