emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/raeburn-startup 23b10de 22/43: Disable "before-dum


From: Ken Raeburn
Subject: [Emacs-diffs] scratch/raeburn-startup 23b10de 22/43: Disable "before-dump" memory allocation on MS-Windows
Date: Mon, 31 Jul 2017 02:11:02 -0400 (EDT)

branch: scratch/raeburn-startup
commit 23b10debf0b460a146dfcc8542af4e5bd69bb67d
Author: Eli Zaretskii <address@hidden>
Commit: Ken Raeburn <address@hidden>

    Disable "before-dump" memory allocation on MS-Windows
    
    * unexw32.c: Initialize 'using_dynamic_heap' to TRUE.  This is
    because the "before-dump" memory allocation is no longer needed.
    (Should later remove their implementation from w32heap.c.)
---
 src/unexw32.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/unexw32.c b/src/unexw32.c
index 904447c..65f24ca 100644
--- a/src/unexw32.c
+++ b/src/unexw32.c
@@ -48,7 +48,7 @@ extern char *my_begbss_static;
 #include "w32heap.h"
 
 /* Basically, our "initialized" flag.  */
-BOOL using_dynamic_heap = FALSE;
+BOOL using_dynamic_heap = TRUE;
 
 void get_section_info (file_data *p_file);
 void copy_executable_and_dump_data (file_data *, file_data *);



reply via email to

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