strdup: Fix compilation error in C++ mode.
[pspp] / ChangeLog
index 0d0d9f0c81964f69b9ef30d72194ba605e9cd44c..1755e4d5d311b096910a09babe1aa2114915869f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-04  Bruno Haible  <bruno@clisp.org>
+
+       strdup: Fix compilation error in C++ mode.
+       * lib/string.in.h (strdup): In C++ mode with GNULIB_NAMESPACE, undefine
+       the macro.
+
 2010-09-04  Bruno Haible  <bruno@clisp.org>
 
        dirfd: Fix compilation error in C++ mode on MacOS X, *BSD, IRIX.