From b79766eae6e003159754f6157969f1f2b89caddd Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 4 Jan 2022 13:20:55 +0100 Subject: string, wchar: Fix compilation error on MSVC (regression 2021-09-07). * lib/string.in.h (free): Don't redeclare as rpl_free. Instead, redefine _GL_ATTRIBUTE_DEALLOC_FREE to reference rpl_free directly. * lib/wchar.in.h (free): Likewise. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8c86e4f77a..23ebf159af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2022-01-04 Bruno Haible + + string, wchar: Fix compilation error on MSVC (regression 2021-09-07). + * lib/string.in.h (free): Don't redeclare as rpl_free. Instead, redefine + _GL_ATTRIBUTE_DEALLOC_FREE to reference rpl_free directly. + * lib/wchar.in.h (free): Likewise. + 2022-01-03 Bruno Haible getpass-gnu: Allow use as dependency from test modules. -- cgit v1.2.1