+2006-01-10 Bruno Haible <bruno@clisp.org>
+
+ * localcharset.c: Assume ANSI C. Fixes a gcc warning.
+ Reported by Werner Lemberg <wl@gnu.org>.
+
2005-12-25 Bruno Haible <bruno@clisp.org>
Fix compilation error when plural.c is generated by bison-2.1.
/* Determine a canonical name for the current locale's character encoding.
- Copyright (C) 2000-2005 Free Software Foundation, Inc.
+ Copyright (C) 2000-2006 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published
/* Return a pointer to the contents of the charset.alias file. */
static const char *
-get_charset_aliases ()
+get_charset_aliases (void)
{
const char *cp;
STATIC
#endif
const char *
-locale_charset ()
+locale_charset (void)
{
const char *codeset;
const char *aliases;
+2006-01-10 Bruno Haible <bruno@clisp.org>
+
+ * localcharset.c: Assume ANSI C. Fixes a gcc warning.
+ Reported by Werner Lemberg <wl@gnu.org>.
+
2005-12-29 Bruno Haible <bruno@clisp.org>
* progreloc.c (set_program_name_and_installdir): Fix compilation error.
/* Determine a canonical name for the current locale's character encoding.
- Copyright (C) 2000-2005 Free Software Foundation, Inc.
+ Copyright (C) 2000-2006 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published
/* Return a pointer to the contents of the charset.alias file. */
static const char *
-get_charset_aliases ()
+get_charset_aliases (void)
{
const char *cp;
STATIC
#endif
const char *
-locale_charset ()
+locale_charset (void)
{
const char *codeset;
const char *aliases;