changeset 38196:3e6891be7147

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.
author Pedro Alves <palves@redhat.com>
date Sat, 12 Nov 2016 17:22:54 +0100
parents 264da2683970
children 7e979722d2e1
files ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Nov 12 01:17:26 2016 +0100
+++ b/ChangeLog	Sat Nov 12 17:22:54 2016 +0100
@@ -206,6 +206,14 @@
 	(gl_FUNC_STRERROR_R): Don't reuse AC_DEFINE() with a potentially
 	different value.
 
+2006-11-12  Pedro Alves  <palves@redhat.com>
+
+	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  <fziglio@redhat.com>
 
 	manywarnings: fix -Wno-missing-field-initializers detection