]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* wcsmbs/wcsmbsload.c (__wcsmbs_getfct): Move attribute_hidden
authorRoland McGrath <roland@gnu.org>
Wed, 1 Sep 2004 00:50:33 +0000 (00:50 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 1 Sep 2004 00:50:33 +0000 (00:50 +0000)
before return type.
* locale/localename.c (__current_locale_name): Likewise.

ChangeLog
locale/localename.c
wcsmbs/wcsmbsload.c

index 63c0394edbf6e10446244326c216a89da6410fb2..54ed5b716fd8acfc256f4f4b14b84f2ad78fc886 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-08-31  Jakub Jelinek  <jakub@redhat.com>
+
+       * wcsmbs/wcsmbsload.c (__wcsmbs_getfct): Move attribute_hidden
+       before return type.
+       * locale/localename.c (__current_locale_name): Likewise.
+
 2004-08-30  Roland McGrath  <roland@frob.com>
 
        * scripts/extract-abilist.awk: If `lastversion' variable defined, omit
index 845cfb0e711ddd3c0f9d4b4fbd9ee0811c349cc9..429fe8675307b01be899da5995cdc18448f6d0fa 100644 (file)
@@ -1,5 +1,5 @@
 /* current locale setting names
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -19,8 +19,8 @@
 
 #include "localeinfo.h"
 
-const char *
 attribute_hidden
+const char *
 __current_locale_name (int category)
 {
   return _NL_CURRENT_LOCALE->__names[category];
index e618895157e8966f76fb9e4f2e78f04d410bfe2e..1d7374b38619b5948b236a689558c465a0b38193 100644 (file)
@@ -78,8 +78,8 @@ const struct gconv_fcts __wcsmbs_gconv_fcts_c =
 };
 
 
-struct __gconv_step *
 attribute_hidden
+struct __gconv_step *
 __wcsmbs_getfct (const char *to, const char *from, size_t *nstepsp)
 {
   size_t nsteps;