From: Pedro Alves Date: Sat, 12 Nov 2016 16:22:54 +0000 (+0100) Subject: GNULIB_NAMESPACE::func need not pull in rpl_func X-Git-Tag: v1.0~6542 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=ed8f7a7c6572f543c6cde0626759af87c8257b7c;p=gnulib.git GNULIB_NAMESPACE::func need not pull in rpl_func * build-aux/snippet/c++defs.h [__cplusplus && GNULIB_NAMESPACE] (_GL_CXXALIAS_RPL_1, _GL_CXXALIAS_RPL_CAST_1, _GL_CXXALIAS_SYS) (_GL_CXXALIAS_SYS_CAST, _GL_CXXALIAS_SYS_CAST2): Define a wrapper struct instead of a function pointer. --- diff --git a/ChangeLog b/ChangeLog index aadb278d31..9128350de6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -206,6 +206,14 @@ (gl_FUNC_STRERROR_R): Don't reuse AC_DEFINE() with a potentially different value. +2006-11-12 Pedro Alves + + GNULIB_NAMESPACE::func need not pull in rpl_func + * build-aux/snippet/c++defs.h [__cplusplus && GNULIB_NAMESPACE] + (_GL_CXXALIAS_RPL_1, _GL_CXXALIAS_RPL_CAST_1, _GL_CXXALIAS_SYS) + (_GL_CXXALIAS_SYS_CAST, _GL_CXXALIAS_SYS_CAST2): Define a wrapper + struct instead of a function pointer. + 2016-11-09 Frediano Ziglio manywarnings: fix -Wno-missing-field-initializers detection