1
Fork 0
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:
Andy Wingo 2011-12-02 12:00:33 +01:00
commit ea0582c283
3 changed files with 44 additions and 2 deletions

View file

@ -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 */
}