aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 3f0d3c43cc6..50efcbfb60c 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -734,6 +734,10 @@ main (int argc, char **argv)
734 xputenv ("G_SLICE=always-malloc"); 734 xputenv ("G_SLICE=always-malloc");
735#endif 735#endif
736 736
737#ifndef CANNOT_DUMP
738 might_dump = !initialized;
739#endif
740
737#ifdef GNU_LINUX 741#ifdef GNU_LINUX
738 if (!initialized) 742 if (!initialized)
739 { 743 {
@@ -1634,10 +1638,6 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
1634#endif 1638#endif
1635#endif 1639#endif
1636 1640
1637#ifndef CANNOT_DUMP
1638 might_dump = !initialized;
1639#endif
1640
1641 initialized = 1; 1641 initialized = 1;
1642 1642
1643#ifdef LOCALTIME_CACHE 1643#ifdef LOCALTIME_CACHE