mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 20:00:19 +02:00
(scm_init_guile_1): Do not call scm_init_iselect, which has been lost
in the reorganization.
This commit is contained in:
parent
2902a459df
commit
aeb08e9b18
1 changed files with 0 additions and 1 deletions
|
@ -493,7 +493,6 @@ scm_init_guile_1 (SCM_STACKITEM *base)
|
|||
scm_init_properties ();
|
||||
scm_init_hooks (); /* Requires smob_prehistory */
|
||||
scm_init_gc (); /* Requires hooks, async */
|
||||
scm_init_iselect ();
|
||||
scm_init_ioext ();
|
||||
scm_init_keywords ();
|
||||
scm_init_list ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue