mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* init.c (scm_boot_guile_1): Call scm_struct_prehistory.
This commit is contained in:
parent
7445e0e8eb
commit
1d49cea8b8
1 changed files with 1 additions and 0 deletions
|
@ -485,6 +485,7 @@ scm_boot_guile_1 (SCM_STACKITEM *base, struct main_func_closure *closure)
|
|||
scm_i_getenv_int ("GUILE_INIT_SEGMENT_SIZE_2", 0),
|
||||
scm_i_getenv_int ("GUILE_MIN_YIELD_2", 0),
|
||||
scm_i_getenv_int ("GUILE_MAX_SEGMENT_SIZE", 0));
|
||||
scm_struct_prehistory (); /* Must come after scm_init_storage */
|
||||
scm_weaks_prehistory (); /* Must come after scm_init_storage */
|
||||
scm_init_subr_table ();
|
||||
scm_init_root ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue