mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
allow boot-9.go load if available
* libguile/init.c (scm_load_startup_files): Don't specify the .scm suffix, so as to allow loading a boot-9.go if appropriate.
This commit is contained in:
parent
275e003295
commit
80b5909ca8
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ scm_load_startup_files ()
|
||||||
/* Load Ice-9. */
|
/* Load Ice-9. */
|
||||||
if (!scm_ice_9_already_loaded)
|
if (!scm_ice_9_already_loaded)
|
||||||
{
|
{
|
||||||
scm_primitive_load_path (scm_from_locale_string ("ice-9/boot-9.scm"));
|
scm_primitive_load_path (scm_from_locale_string ("ice-9/boot-9"));
|
||||||
|
|
||||||
/* Load the init.scm file. */
|
/* Load the init.scm file. */
|
||||||
if (scm_is_true (init_path))
|
if (scm_is_true (init_path))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue