branch: elpa/sweeprolog
commit 66ac977debda8c10fa008c19d7ae584b5978c49a
Author: Eshel Yaron <m...@eshelyaron.com>
Commit: Eshel Yaron <m...@eshelyaron.com>

    Make use of the new SWI-Prolog embedded GMP handling...
    
    ...added in https://github.com/SWI-Prolog/swipl-devel/pull/1029
---
 sweep.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sweep.c b/sweep.c
index 12a559f525..188ada6f55 100644
--- a/sweep.c
+++ b/sweep.c
@@ -426,7 +426,6 @@ sweep_initialize(emacs_env *env, ptrdiff_t nargs, 
emacs_value *args, void *data)
       return NULL;
     }
   }
-  PL_action(PL_GMP_SET_ALLOC_FUNCTIONS, FALSE);
   r = PL_initialise(nargs, argv);
   for (i = 0; i < nargs; i++) {
     free(argv[i]);

Reply via email to