emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7c6e44e5ccb: Don't include sheap.h from alloc.c


From: Stefan Kangas
Subject: master 7c6e44e5ccb: Don't include sheap.h from alloc.c
Date: Tue, 2 Jan 2024 01:04:16 -0500 (EST)

branch: master
commit 7c6e44e5ccb009a63da30fbc468c924dd383b521
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    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.
---
 src/alloc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/alloc.c b/src/alloc.c
index 7978bc925ae..3e29c61f1ff 100644
--- 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]