X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fnt.c;h=2fa031924d9b0bf474ceae49196845bdcf0895a5;hp=ce1693845d8f20917d53c6bf07244cb1950fc2e4;hb=b73e352f264e9da0a00159dc29f318305cbe8636;hpb=afa9772e3fcbb4e80e3e4cfd1a40b4fccc6d08b8 diff --git a/src/nt.c b/src/nt.c index ce16938..2fa0319 100644 --- a/src/nt.c +++ b/src/nt.c @@ -608,7 +608,9 @@ init_environment () "EMACSLOCKDIR", "INFOPATH" }; - +#ifdef HEAP_IN_DATA + cache_system_info (); +#endif for (i = 0; i < countof (env_vars); i++) { if (!getenv (env_vars[i]) &&