From c774e83e36784ab96539c5c083b3bcb6d0158a8c Mon Sep 17 00:00:00 2001 From: Po Lu Date: Thu, 8 Dec 2022 08:55:36 +0800 Subject: [PATCH] ; * src/emacs.c (main): Improvements to last change. --- src/emacs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/emacs.c b/src/emacs.c index d8a2863fd9c..2d924da1cdb 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1937,7 +1937,9 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem } init_alloc (); +#ifndef HAVE_UNEXEC init_bignum (); +#endif init_threads (); init_eval (); running_asynch_code = 0; -- 2.39.2