emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 0ceee95: ; Simplify last change.


From: Eli Zaretskii
Subject: [Emacs-diffs] master 0ceee95: ; Simplify last change.
Date: Thu, 7 Feb 2019 10:27:55 -0500 (EST)

branch: master
commit 0ceee95f854ed9894b7077a826b00e6220932555
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; Simplify last change.
---
 src/emacs.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/emacs.c b/src/emacs.c
index c5163db..87de181 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -913,7 +913,7 @@ main (int argc, char **argv)
   /* Grab our malloc arena space now, before anything important
      happens.  This relies on the static heap being needed only in
      temacs and only if we are going to dump with unexec.  */
-  bool use_dynamic_heap = false;
+  bool use_dynamic_heap = true;
   if (temacs)
     {
       char *temacs_str = NULL, *p;
@@ -929,11 +929,7 @@ main (int argc, char **argv)
             will not do their job.  */
          use_dynamic_heap = will_dump_with_pdumper_p ();
        }
-      else
-       use_dynamic_heap = true;
     }
-  else
-    use_dynamic_heap = true;
   init_heap (use_dynamic_heap);
   /* Set global variables used to detect Windows version.  Do this as
      early as possible.  (w32proc.c calls this function as well, but



reply via email to

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