Avoid collision between gnulib wrapper and libintl wrapper.
[pspp] / ChangeLog
index 8e79cc67039a470fdac6573744746d7e89ce2717..3384fb7d219fdae50fd9f1d9a9ad5deed1a6ed6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-25  Bruno Haible  <bruno@clisp.org>
+
+       Avoid collision between gnulib wrapper and libintl wrapper.
+       * lib/printf.c (printf): Don't define if a printf wrapper is already
+       defined in intl/printf.c.
+       Reported by Michel Boaventura <michel@michelboaventura.com>.
+
 2010-03-25  Bruno Haible  <bruno@clisp.org>
 
        Use ANSI C.