+2009-08-20 Eric Blake <ebb9@byu.net>
+
+ * vasnprintf.c (decimal_point_char): Avoid warning on old-style
+ declaration.
+
2009-08-10 Bruno Haible <bruno@clisp.org>
* vasnprintf.c (DCHAR_SET): Undefine at the end.
# ifndef decimal_point_char_defined
# define decimal_point_char_defined 1
static char
-decimal_point_char ()
+decimal_point_char (void)
{
const char *point;
/* Determine it in a multithread-safe way. We know nl_langinfo is
+2009-08-20 Eric Blake <ebb9@byu.net>
+
+ * vasnprintf.c (decimal_point_char): Avoid warning on old-style
+ declaration.
+
2009-08-14 Bruno Haible <bruno@clisp.org>
Use the gnulib module 'errno'.
# ifndef decimal_point_char_defined
# define decimal_point_char_defined 1
static char
-decimal_point_char ()
+decimal_point_char (void)
{
const char *point;
/* Determine it in a multithread-safe way. We know nl_langinfo is