From 5dfb1366e3e491b13f1e976e5b7aeda1eaf7a1b0 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 27 Aug 2022 15:21:50 +0300 Subject: [PATCH] DOC: fix typo --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index ec4f351..18805c5 100644 --- a/README.org +++ b/README.org @@ -145,7 +145,7 @@ loaded or auto-loadable Prolog predicate. Currently, =sweep= builds the SWI-Prolog runtime without GMP support (using the =cmake= flag =-DUSE_GMP=OFF=). Initializing SWI-Prolog inside Emacs with GMP support /enabled/ for SWI-Prolog causes Emacs to crash -during garbage collection, because SWI-Prolog =mp_free= routine is +during garbage collection, because the SWI-Prolog =mp_free= routine is mistakenly invoked to cleanup Elisp big integers. Aside from the obvious problem of not being able to utilize SWI-Prolog -- 2.39.5