]> git.eshelyaron.com Git - emacs.git/commit
Don't include sheap.h from alloc.c
authorStefan Kangas <stefankangas@gmail.com>
Tue, 2 Jan 2024 05:57:17 +0000 (06:57 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Jan 2024 08:50:52 +0000 (09:50 +0100)
commit243fef243d1cdb7cd81ee54ac2db70fd9af850eb
tree5648fe3232b98ecbcd8cd7dfaac6e28a4e816f9d
parentd4338bc9dafd9faba6ea97546693a8ddce02062a
Don't include sheap.h from alloc.c

The symbol we used from sheap.h (bss_sbrk_did_unexec) was removed with
the introduction of the portable dumper.

* src/alloc.c: Don't include sheap.h.

(cherry picked from commit 7c6e44e5ccb009a63da30fbc468c924dd383b521)
src/alloc.c