]> git.eshelyaron.com Git - emacs.git/commit
Fix MS-Windows build with native-compilation
authorEli Zaretskii <eliz@gnu.org>
Wed, 3 Jul 2024 19:13:42 +0000 (22:13 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 7 Jul 2024 13:16:50 +0000 (15:16 +0200)
commit20cf5abfb03722268521955b0bcd7e4eaa835ebe
treef688941c50f6049a06a34531876b2a0686675846
parentf2e03ffdf5b42a61f09d2b0c6b4c4aafabd45bec
Fix MS-Windows build with native-compilation

* src/w32.c (globals_of_w32): Move re-initialization of
Vlibrary_cache from here...
* src/emacs.c (main): ...to here, as it must be after load_pdump.
(Bug#71916)

(cherry picked from commit 3eaf1abbff8347c43fb0949bbe3806ab909cb54e)
src/emacs.c
src/w32.c