mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
remove scm_ports_prehistory
* libguile/ports.h: * libguile/ports.c (scm_ports_prehistory): Remove this function. Just initialize global vars to NULL/0 instead of needing a prehistory function.
This commit is contained in:
parent
45cf242872
commit
dd3a26f3da
3 changed files with 2 additions and 11 deletions
|
@ -436,7 +436,6 @@ scm_i_init_guile (SCM_STACKITEM *base)
|
|||
|
||||
scm_storage_prehistory ();
|
||||
scm_threads_prehistory (base);
|
||||
scm_ports_prehistory ();
|
||||
scm_smob_prehistory ();
|
||||
scm_weaks_prehistory ();
|
||||
#ifdef GUILE_DEBUG_MALLOC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue