guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch master updated: Don't force installation of GMP a


From: Andy Wingo
Subject: [Guile-commits] branch master updated: Don't force installation of GMP allocators in guile shell
Date: Fri, 12 Mar 2021 16:39:56 -0500

This is an automated email from the git hooks/post-receive script.

wingo pushed a commit to branch master
in repository guile.

The following commit(s) were added to refs/heads/master by this push:
     new db9725f  Don't force installation of GMP allocators in guile shell
db9725f is described below

commit db9725fd02d49effaa9e40413b507cfd1804377e
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Fri Mar 12 22:38:21 2021 +0100

    Don't force installation of GMP allocators in guile shell
    
    * libguile/guile.c (main): Don't override initial setting of
    scm_install_gmp_memory_functions.  Thanks to Andrew Whatson for the
    fix.
---
 libguile/guile.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libguile/guile.c b/libguile/guile.c
index bafe5d6..8283ef6 100644
--- a/libguile/guile.c
+++ b/libguile/guile.c
@@ -91,7 +91,6 @@ main (int argc, char **argv)
   if (should_install_locale () && 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 */
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]