Move might_dump assignment earlier in initialization

This commit is contained in:
Daniel Colascione 2014-03-21 03:38:41 -07:00
parent 28210c60f6
commit 50e4eb2d52

View file

@ -734,6 +734,10 @@ main (int argc, char **argv)
xputenv ("G_SLICE=always-malloc");
#endif
#ifndef CANNOT_DUMP
might_dump = !initialized;
#endif
#ifdef GNU_LINUX
if (!initialized)
{
@ -1634,10 +1638,6 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
#endif
#endif
#ifndef CANNOT_DUMP
might_dump = !initialized;
#endif
initialized = 1;
#ifdef LOCALTIME_CACHE