]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/emacs.c (main): Improvements to last change.
authorPo Lu <luangruo@yahoo.com>
Thu, 8 Dec 2022 00:55:36 +0000 (08:55 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 8 Dec 2022 00:57:24 +0000 (08:57 +0800)
src/emacs.c

index d8a2863fd9c4fa4671f55bae59d573e0dfe358f0..2d924da1cdb6da70438a02b6d101e207054766d8 100644 (file)
@@ -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;