]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "; * src/emacs.c (main): Improvements to last change."
authorPo Lu <luangruo@yahoo.com>
Fri, 9 Dec 2022 01:25:42 +0000 (09:25 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 9 Dec 2022 01:25:42 +0000 (09:25 +0800)
This reverts commit c774e83e36784ab96539c5c083b3bcb6d0158a8c.  It
causes crashes on GNU/Linux systems using libgmp, as there a shared
library initializer is used to set the malloc functions on startup, so
they are not dumped.

src/emacs.c

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