]> git.eshelyaron.com Git - emacs.git/commit
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)
commit67ef92fb0e95e63e718e8066f13b9b1942885801
tree56d15437a158a3cd4462ce8c9bc2c24cef793490
parent6ccdda3df2e8cd4a0f408d2d84c64b69d29f40a5
Revert "; * src/emacs.c (main): Improvements to last change."

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