* Make SCM_DEBUG_CELL_ACCESSES=1 work with GUILE_DEBUG_FREELIST.
This commit is contained in:
parent
11bbab474a
commit
7c33806ae6
8 changed files with 60 additions and 26 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue