emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/sweeprolog 66ac977deb 045/166: Make use of the new SWI-Pro


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog 66ac977deb 045/166: Make use of the new SWI-Prolog embedded GMP handling...
Date: Fri, 30 Sep 2022 04:59:25 -0400 (EDT)

branch: elpa/sweeprolog
commit 66ac977debda8c10fa008c19d7ae584b5978c49a
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@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

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