emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/raeburn-startup e6589f0: Disable "before-dump" mem


From: Eli Zaretskii
Subject: [Emacs-diffs] scratch/raeburn-startup e6589f0: Disable "before-dump" memory allocation on MS-Windows
Date: Sat, 25 Feb 2017 09:48:40 -0500 (EST)

branch: scratch/raeburn-startup
commit e6589f0fa6c9792db084717c85746f722224e868
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <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 f4183dc..a544839 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]