mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 07:30:32 +02:00
Merge remote-tracking branch 'origin/stable-2.0'
Conflicts: libguile/guile.c libguile/numbers.c
This commit is contained in:
commit
ea0582c283
3 changed files with 44 additions and 2 deletions
|
@ -77,6 +77,7 @@ main (int argc, char **argv)
|
|||
if (setlocale (LC_ALL, "") == NULL)
|
||||
fprintf (stderr, "guile: warning: failed to install locale\n");
|
||||
|
||||
scm_install_gmp_memory_functions = 1;
|
||||
scm_boot_guile (argc, argv, inner_main, 0);
|
||||
return 0; /* never reached */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue