]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Merge from Gnulib for malloc, realloc checking
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 29 Oct 2024 04:27:35 +0000 (21:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 29 Oct 2024 22:56:35 +0000 (15:56 -0700)
commit1a449f4d791f15d9f16fa00dace90e25530f1725
treea4a9d5cac9ff4d5d1ae922f185045fcda293e6bb
parentc40517146abdc941828b8b2dfdcd86796cd9dff6
Merge from Gnulib for malloc, realloc checking

* lib/autoconf/functions.m4 (_AC_FUNC_MALLOC_IF, _AC_FUNC_REALLOC_IF):
Add 3rd argument for cross-guessing; all callers changed.
Use ‘volatile’ so that compilers don’t second-guess.
Also guess yes on gnu*, midipix*, midnightbsd*.
lib/autoconf/functions.m4