1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-23 03:54:12 +02:00

*** empty log message ***

This commit is contained in:
Han-Wen Nienhuys 2005-06-19 13:27:50 +00:00
parent bde70eddce
commit 05d44505b8
9 changed files with 42 additions and 8 deletions

View file

@ -2827,7 +2827,7 @@ scm_init_storage ()
#endif
#endif
scm_stand_in_procs = scm_c_make_hash_table (257);
scm_stand_in_procs = scm_make_weak_key_hash_table (SCM_MAKINUM (257));
scm_permobjs = SCM_EOL;
scm_protects = scm_c_make_hash_table (31);
scm_gc_registered_roots = scm_c_make_hash_table (31);