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 /locale/locale.h | |
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 'locale/locale.h')
-rw-r--r-- | locale/locale.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/locale/locale.h b/locale/locale.h index 1b0296ae4a..08fc531d7e 100644 --- a/locale/locale.h +++ b/locale/locale.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,92,95-99,2000,01,02 Free Software Foundation, Inc. +/* Copyright (C) 1991,1992,1995-2002,2007 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 @@ -48,6 +48,8 @@ __BEGIN_DECLS #define LC_IDENTIFICATION __LC_IDENTIFICATION +__BEGIN_NAMESPACE_STD + /* Structure giving information about numeric and monetary notation. */ struct lconv { @@ -119,8 +121,6 @@ struct lconv }; -__BEGIN_NAMESPACE_STD - /* Set and/or return the current locale. */ extern char *setlocale (int __category, __const char *__locale) __THROW; |