Problem reported by Thien-Thi Nguyen in:
https://lists.gnu.org/r/bug-gnulib/2022-01/msg00170.html
* modules/calloc-gnu (Depends-on):
* modules/calloc-posix (Depends-on):
Fix misspelling of REPLACE_CALLOC_FOR_CALLOC_POSIX.
2022-01-26 Paul Eggert <eggert@cs.ucla.edu>
+ calloc-gnu: fix misspelling in 2022-01-03 patch
+ Problem reported by Thien-Thi Nguyen in:
+ https://lists.gnu.org/r/bug-gnulib/2022-01/msg00170.html
+ * modules/calloc-gnu (Depends-on):
+ * modules/calloc-posix (Depends-on):
+ Fix misspelling of REPLACE_CALLOC_FOR_CALLOC_POSIX.
+
close-stream: avoid crash on MSVC Debug mode
Problem reported by Julien Marrec in:
https://lists.gnu.org/r/bug-m4/2022-01/msg00000.html
Depends-on:
calloc-posix
-xalloc-oversized [test $REPLACE_REALLOC_FOR_CALLOC_GNU = 1]
+xalloc-oversized [test $REPLACE_CALLOC_FOR_CALLOC_GNU = 1]
configure.ac:
gl_FUNC_CALLOC_GNU
Depends-on:
stdlib
-xalloc-oversized [test $REPLACE_REALLOC_FOR_CALLOC_POSIX = 1]
+xalloc-oversized [test $REPLACE_CALLOC_FOR_CALLOC_POSIX = 1]
configure.ac:
gl_FUNC_CALLOC_POSIX