Revert "; * src/emacs.c (main): Improvements to last change."
This reverts commit c774e83e36
. 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.
This commit is contained in:
parent
6ccdda3df2
commit
67ef92fb0e
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue