]> Savannah Git Hosting - gnulib.git/commit
string, wchar: Don't cause link errors for rpl_free (regr. 2021-09-07).
authorBruno Haible <bruno@clisp.org>
Sat, 18 Sep 2021 14:31:52 +0000 (16:31 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 18 Sep 2021 14:31:52 +0000 (16:31 +0200)
commit4bed390be8b146be3b4c73835b06f466871b931a
tree7f5bacc5dfd8f7558f1fa22e2ab4c3b461b94411
parent7818455627c5e54813ac89924b8b67d0bc869146
string, wchar: Don't cause link errors for rpl_free (regr. 2021-09-07).

* lib/string.in.h (free, rpl_free): Consider GNULIB_FREE_POSIX variable.
* lib/wchar.in.h (free, rpl_free): Likewise.
* m4/string_h.m4 (gl_STRING_H_REQUIRE_DEFAULTS): Require module
indicator variable initializations from the stdlib module.
* m4/wchar_h.m4 (gl_WCHAR_H_REQUIRE_DEFAULTS): Likewise.
* modules/string (Makefile.am): Substitute GNULIB_FREE_POSIX in string.h.
* modules/wchar (Makefile.am): Substitute GNULIB_FREE_POSIX in wchar.h.
ChangeLog
lib/string.in.h
lib/wchar.in.h
m4/string_h.m4
m4/wchar_h.m4
modules/string
modules/wchar