]> git.eshelyaron.com Git - emacs.git/commit
Port recent Gnulib changes to MS-Windows
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Oct 2021 19:11:39 +0000 (12:11 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Oct 2021 22:21:43 +0000 (15:21 -0700)
commit1a65d49931ebc37adc48cd2406220b586e62f778
tree3f5d496d1a5241b91c7ad61cbe8a32e942da18b1
parent68a256c89270ef9e97bca6097967a9ed2b050f4a
Port recent Gnulib changes to MS-Windows

* nt/gnulib-cfg.mk (OMIT_GNULIB_MODULE_free-posix)
(OMIT_GNULIB_MODULE_malloc-posix)
(OMIT_GNULIB_MODULE_realloc-gnu)
(OMIT_GNULIB_MODULE_realloc-posix):
New macros, since we don’t want these modules on MS-Windows.
* src/w32heap.c (heap_alloc, heap_realloc): New functions.
(malloc_after_dump, realloc_after_dump, realloc_before_dump):
Use them.
nt/gnulib-cfg.mk
src/w32heap.c