]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Assume ANSI C.
authorBruno Haible <bruno@clisp.org>
Tue, 10 Jan 2006 13:47:47 +0000 (13:47 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:58 +0000 (12:12 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/localcharset.c
gettext-tools/lib/ChangeLog
gettext-tools/lib/localcharset.c

index 129f7045bffc19148a7687ec3571f20f4cb03196..88662cf75dd2019029b0ee8b7309a46f298cce98 100644 (file)
@@ -1,3 +1,8 @@
+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.
index ffc5969e63d7ce5bf2a463bb15dc096dba175b9e..6c1d29398b3560365ee8691c6e17fb2d44f06f8f 100644 (file)
@@ -1,6 +1,6 @@
 /* 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
@@ -107,7 +107,7 @@ static const char * volatile charset_aliases;
 
 /* Return a pointer to the contents of the charset.alias file.  */
 static const char *
-get_charset_aliases ()
+get_charset_aliases (void)
 {
   const char *cp;
 
@@ -287,7 +287,7 @@ get_charset_aliases ()
 STATIC
 #endif
 const char *
-locale_charset ()
+locale_charset (void)
 {
   const char *codeset;
   const char *aliases;
index 908978802efba7b23eb32dc683ffec790f8171c5..ce72ca9c2a773599619b8b2b7a92ac57616c2ae2 100644 (file)
@@ -1,3 +1,8 @@
+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.
index ffc5969e63d7ce5bf2a463bb15dc096dba175b9e..6c1d29398b3560365ee8691c6e17fb2d44f06f8f 100644 (file)
@@ -1,6 +1,6 @@
 /* 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
@@ -107,7 +107,7 @@ static const char * volatile charset_aliases;
 
 /* Return a pointer to the contents of the charset.alias file.  */
 static const char *
-get_charset_aliases ()
+get_charset_aliases (void)
 {
   const char *cp;
 
@@ -287,7 +287,7 @@ get_charset_aliases ()
 STATIC
 #endif
 const char *
-locale_charset ()
+locale_charset (void)
 {
   const char *codeset;
   const char *aliases;