summaryrefslogtreecommitdiff
path: root/wcsmbs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-09-01 00:50:33 +0000
committerRoland McGrath <roland@gnu.org>2004-09-01 00:50:33 +0000
commitc4bb5cd80492e9563e055eb0b635ee57861e43ea (patch)
tree189e90aff2884085528a7a6f555671a455bd61d9 /wcsmbs
parentd2e75f652a390452b59c557708cc49e1ae2893fc (diff)
* wcsmbs/wcsmbsload.c (__wcsmbs_getfct): Move attribute_hidden
before return type. * locale/localename.c (__current_locale_name): Likewise.
Diffstat (limited to 'wcsmbs')
-rw-r--r--wcsmbs/wcsmbsload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/wcsmbsload.c b/wcsmbs/wcsmbsload.c
index e618895157..1d7374b386 100644
--- a/wcsmbs/wcsmbsload.c
+++ b/wcsmbs/wcsmbsload.c
@@ -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;