]> git.eshelyaron.com Git - emacs.git/commit
Unexec removal: Adjust and simplify W32-specific code
authorPip Cet <pipcet@protonmail.com>
Tue, 20 Aug 2024 18:48:42 +0000 (18:48 +0000)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 10:19:39 +0000 (11:19 +0100)
commit22dc13cf8d2b89de3f1e45605ca6de4b00196ced
tree590d9ed37531cb082ee7b070a4cad4e787922192
parent6dd46c1773b898a894fcc50b206417243c7b9f27
Unexec removal: Adjust and simplify W32-specific code

* src/emacs.c (main): Unconditionally call 'init_heap' without an
argument.  Adjust comment.
* src/w32heap.c (dumped_data, DUMPED_HEAP_SIZE): Remove definitions.
(heap): Remove variable.
(dumped_data_commit): Remove function.
(init_heap): Drop unexec-specific code.

(cherry picked from commit aab5a2fe4c4164019b8b5bf09cce835b2aa8549c)
src/emacs.c
src/w32heap.c