]> git.eshelyaron.com Git - emacs.git/commit
Fix CANNOT_DUMP build on Darwin/macOS.
authorKen Raeburn <raeburn@raeburn.org>
Wed, 8 Mar 2017 11:28:45 +0000 (06:28 -0500)
committerKen Raeburn <raeburn@raeburn.org>
Thu, 6 Apr 2017 06:10:29 +0000 (02:10 -0400)
commitd15719d36e8fab262e7803d9409326321b890941
treebb050b66a1aedbc3effb494b58c30a2930346cdf
parent04a5ce0b65fcc8f49c26b74b30b37322b559a0d5
Fix CANNOT_DUMP build on Darwin/macOS.

* src/conf_post.h (malloc, realloc, free) [DARWIN_OS && emacs &&
CANNOT_DUMP]: Don't define as unexec_malloc, etc.
* src/emacs.c (main): Don't call unexec_init_emacs_zone.
src/conf_post.h
src/emacs.c