diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/locale.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/locale/locale.h b/locale/locale.h index 20a842e..9a5fce9 100644 --- a/locale/locale.h +++ b/locale/locale.h @@ -47,8 +47,6 @@ __BEGIN_DECLS #define LC_IDENTIFICATION __LC_IDENTIFICATION -__BEGIN_NAMESPACE_STD - /* Structure giving information about numeric and monetary notation. */ struct lconv { @@ -126,8 +124,6 @@ extern char *setlocale (int __category, const char *__locale) __THROW; /* Return the numeric/monetary information for the current locale. */ extern struct lconv *localeconv (void) __THROW; -__END_NAMESPACE_STD - #ifdef __USE_XOPEN2K8 /* The concept of one static locale per category is not very well |