From: Eshel Yaron Date: Thu, 1 Sep 2022 06:05:01 +0000 (+0300) Subject: Make use of the new SWI-Prolog embedded GMP handling... X-Git-Tag: v0.2.0~58 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=66ac977debda8c10fa008c19d7ae584b5978c49a;p=sweep.git Make use of the new SWI-Prolog embedded GMP handling... ...added in https://github.com/SWI-Prolog/swipl-devel/pull/1029 --- diff --git a/sweep.c b/sweep.c index 12a559f..188ada6 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]);