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:
parent
bde70eddce
commit
05d44505b8
9 changed files with 42 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue