stdio.in.h: fix compilation failure when using HP-UX 11's C compiler
authorRichard Lloyd <richard.lloyd@connectinternetsolutions.com>
Sun, 20 Jun 2010 11:31:40 +0000 (13:31 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 20 Jun 2010 11:31:40 +0000 (13:31 +0200)
* lib/stdio.in.h: Remove excess _GL_CXXALIAS_RPL macro argument.
This macro takes 3 arguments, not 4.

ChangeLog
lib/stdio.in.h

index 8fe5099b73bf8e8ae3c720e2c159a7992a9412ec..27099b8f50fc057f1137b50d09679188b54c69d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-06-20  Richard Lloyd  <richard.lloyd@connectinternetsolutions.com>
+
+       stdio.in.h: fix compilation failure when using HP-UX 11's C compiler
+       * lib/stdio.in.h: Remove excess _GL_CXXALIAS_RPL macro argument.
+       This macro takes 3 arguments, not 4.
+
 2010-06-15  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        ipv6: fix detection under mingw
index ca8960ea565b47e1e3ee8072d7f38559f52f99ff..135b08485bef8bb0f3aea6ea8d0048f671d6970b 100644 (file)
@@ -661,7 +661,7 @@ _GL_FUNCDECL_RPL (printf, int,
                   (const char *format, ...)
                   __attribute__ ((__format__ (__printf__, 1, 2)))
                   _GL_ARG_NONNULL ((1)));
-_GL_CXXALIAS_RPL (printf, printf, int, (const char *format, ...));
+_GL_CXXALIAS_RPL (printf, int, (const char *format, ...));
 #  endif
 #  define GNULIB_overrides_printf 1
 # else