projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce7a957
)
Don't include sheap.h from alloc.c
author
Stefan Kangas
<stefankangas@gmail.com>
Tue, 2 Jan 2024 05:57:17 +0000
(06:57 +0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Tue, 2 Jan 2024 06:02:18 +0000
(07:02 +0100)
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.
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index 7978bc925ae1d4680792d3dadb453ef97716c9a8..3e29c61f1ffa256f7c19e23379cc4d7731d168bc 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-34,7
+34,6
@@
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
#include "dispextern.h"
#include "intervals.h"
#include "puresize.h"
-#include "sheap.h"
#include "sysstdio.h"
#include "systime.h"
#include "character.h"