changeset 8404:dfe554925180

Treat __strftime__ and __strfmon__ like __scanf__.
author Bruno Haible <bruno@clisp.org>
date Sat, 10 Mar 2007 11:20:32 +0000
parents f05a09ae28b1
children 73385c6aac8a
files ChangeLog lib/stdio_.h
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,7 +10,8 @@
 	* m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
 	REPLACE_PRINTF.
 	* lib/stdio_.h (printf): New declaration.
-	(format, __format__, ____printf____, ____scanf____): New macros.
+	(format, __format__, ____printf____, ____scanf____, ____strftime____,
+	____strfmon____): New macros.
 	* modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
 	REPLACE_PRINTF.
 
--- a/lib/stdio_.h
+++ b/lib/stdio_.h
@@ -86,6 +86,8 @@
 # define __format__(kind,m,n) __format__ (__##kind##__, m, n)
 # define ____printf____ __printf__
 # define ____scanf____ __scanf__
+# define ____strftime____ __strftime__
+# define ____strfmon____ __strfmon__
 #endif
 
 #if @GNULIB_VPRINTF_POSIX@