* Renamed scm_symbols to symbols and made it static in symbols.c.
This commit is contained in:
parent
10764e3c34
commit
0f979f3fb6
6 changed files with 56 additions and 26 deletions
|
|
@ -469,8 +469,9 @@ scm_init_guile_1 (SCM_STACKITEM *base)
|
|||
scm_debug_malloc_prehistory ();
|
||||
#endif
|
||||
scm_init_storage ();
|
||||
scm_struct_prehistory (); /* Must come after scm_init_storage */
|
||||
scm_weaks_prehistory (); /* Must come after scm_init_storage */
|
||||
scm_struct_prehistory (); /* requires storage */
|
||||
scm_symbols_prehistory (); /* requires storage */
|
||||
scm_weaks_prehistory (); /* requires storage */
|
||||
scm_init_subr_table ();
|
||||
scm_environments_prehistory (); /* create the root environment */
|
||||
scm_init_continuations ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue