* lib/fts_.h: Specify extern "C" linkage with C++.
+2010-08-22 Giuseppe Scrivano <gscrivano@gnu.org>
+
+ fts: allow compilation with C++
+ * lib/fts_.h: Specify extern "C" linkage with C++.
+
2010-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Fix gnulib-tool sed script de-commentation for AIX sed.
# undef __THROW
# define __THROW
# undef __BEGIN_DECLS
-# define __BEGIN_DECLS
# undef __END_DECLS
-# define __END_DECLS
+# ifdef __cplusplus
+# define __BEGIN_DECLS extern "C" {
+# define __END_DECLS }
+# else
+# define __BEGIN_DECLS
+# define __END_DECLS
+# endif
# endif
# include <stddef.h>