]> code.delx.au - gnu-emacs/commit
* src/alloc.c: Include "sheap.h".
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 30 Jan 2016 22:20:57 +0000 (14:20 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 30 Jan 2016 23:26:07 +0000 (15:26 -0800)
commite4cd4a76a621927bc155a18353ef7fd09133887d
treebdc6224d8cf108d37b82763dcfd629dea1c886e8
parente1a9f2099c2e683dffc4b898ce85ce935c4cb254
* src/alloc.c: Include "sheap.h".

(alloc_unexec_pre, alloc_unexec_post) [HYBRID_MALLOC]:
Set and clear bss_sbrk_did_unexec, on all platforms not just Cygwin.
* src/lisp.h (alloc_unexec_pre, alloc_unexec_post) [!DOUG_LEA_MALLOC]:
Declare unconditionally.
* src/unexcw.c, src/unexelf.c (bss_sbrk_did_unexec): Remove decl.
(unexec): Don’t set or clear bss_sbrk_did_unexec;
the caller now does this.
(Bug#22086)
src/alloc.c
src/lisp.h
src/unexcw.c
src/unexelf.c