Skip to content

Commit

Permalink
* wcsmbs/wcsmbsload.c (__wcsmbs_getfct): Move attribute_hidden
Browse files Browse the repository at this point in the history
	before return type.
	* locale/localename.c (__current_locale_name): Likewise.
  • Loading branch information
Roland McGrath committed Sep 1, 2004
1 parent d2e75f6 commit c4bb5cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions locale/localename.c
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -19,8 +19,8 @@

#include "localeinfo.h"

const char *
attribute_hidden
const char *
__current_locale_name (int category)
{
return _NL_CURRENT_LOCALE->__names[category];
Expand Down
2 changes: 1 addition & 1 deletion wcsmbs/wcsmbsload.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c4bb5cd

Please sign in to comment.