diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-02-17 18:58:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-02-17 18:58:25 +0000 |
commit | 2e0e802af03469e52cce425dc87d70e33e0f0346 (patch) | |
tree | d71ab16e80e13d585c67f685b6518a0748507852 /wcsmbs | |
parent | 15c4b5a48b847f11e539dc8efdbbb4e0c56821ac (diff) | |
download | glibc-2e0e802af03469e52cce425dc87d70e33e0f0346.tar glibc-2e0e802af03469e52cce425dc87d70e33e0f0346.tar.gz glibc-2e0e802af03469e52cce425dc87d70e33e0f0346.tar.bz2 glibc-2e0e802af03469e52cce425dc87d70e33e0f0346.zip |
[BZ #2648]
* locales/pl_PL: Fix currency_symbol and its placement.
Diffstat (limited to 'wcsmbs')
-rw-r--r-- | wcsmbs/wchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/wchar.h b/wcsmbs/wchar.h index 3c5a8cb810..2965a7baf9 100644 --- a/wcsmbs/wchar.h +++ b/wcsmbs/wchar.h @@ -121,11 +121,11 @@ __BEGIN_NAMESPACE_STD /* This incomplete type is defined in <time.h> but needed here because of `wcsftime'. */ struct tm; +__END_NAMESPACE_STD /* XXX We have to clean this up at some point. Since tm is in the std namespace but wcsftime is in __c99 the type wouldn't be found without inserting it in the global namespace. */ __USING_NAMESPACE_STD(tm) -__END_NAMESPACE_STD __BEGIN_NAMESPACE_C99 |