mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 07:30:32 +02:00
*** empty log message ***
This commit is contained in:
parent
22d356150d
commit
fd937ecb02
3 changed files with 13 additions and 5 deletions
|
@ -112,6 +112,7 @@
|
|||
#include "libguile/properties.h"
|
||||
#include "libguile/ramap.h"
|
||||
#include "libguile/random.h"
|
||||
#include "libguile/rdelim.h"
|
||||
#include "libguile/read.h"
|
||||
#include "libguile/scmsigs.h"
|
||||
#include "libguile/script.h"
|
||||
|
@ -586,6 +587,11 @@ scm_init_guile_1 (SCM_STACKITEM *base)
|
|||
#endif
|
||||
|
||||
scm_load_startup_files ();
|
||||
|
||||
/* this is located here, not from a deep understanding of the
|
||||
module system, but as a way of avoiding segv and other
|
||||
undesirable side effects that arise from various alternatives. */
|
||||
scm_init_rdelim ();
|
||||
}
|
||||
|
||||
/* Record here whether SCM_BOOT_GUILE_1 has already been called. This
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue