projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a1cd1b
)
Don't include sheap.h in sysdep.c
author
Stefan Kangas
<stefankangas@gmail.com>
Wed, 3 Jan 2024 04:22:15 +0000
(
05:22
+0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Wed, 3 Jan 2024 04:22:15 +0000
(
05:22
+0100)
The symbol we used from sheap.h (bss_sbrk_did_unexec) was removed with
the introduction of the portable dumper.
* src/sysdep.c: Don't include "sheap.h".
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 783799343479190cec6a45f3f9e016b332ca5f86..3a6829dd27a56fc031ebc8845c101f62599b0de0 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-36,7
+36,6
@@
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
#include <utimens.h>
#include "lisp.h"
-#include "sheap.h"
#include "sysselect.h"
#include "blockinput.h"