emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116827: Move might_dump assignment earlier in initi


From: Daniel Colascione
Subject: [Emacs-diffs] trunk r116827: Move might_dump assignment earlier in initialization
Date: Fri, 21 Mar 2014 10:38:50 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116827
revision-id: address@hidden
parent: address@hidden
committer: Daniel Colascione <address@hidden>
branch nick: trunk
timestamp: Fri 2014-03-21 03:38:41 -0700
message:
  Move might_dump assignment earlier in initialization
modified:
  src/emacs.c                    emacs.c-20091113204419-o5vbwnq5f7feedwu-241
=== modified file 'src/emacs.c'
--- a/src/emacs.c       2014-03-21 07:26:47 +0000
+++ b/src/emacs.c       2014-03-21 10:38:41 +0000
@@ -734,6 +734,10 @@
   xputenv ("G_SLICE=always-malloc");
 #endif
 
+#ifndef CANNOT_DUMP
+  might_dump = !initialized;
+#endif
+
 #ifdef GNU_LINUX
   if (!initialized)
     {
@@ -1634,10 +1638,6 @@
 #endif
 #endif
 
-#ifndef CANNOT_DUMP
-  might_dump = !initialized;
-#endif
-
   initialized = 1;
 
 #ifdef LOCALTIME_CACHE


reply via email to

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