From 7a5affebe810c786bfc9ef17cdc4d0bc20a1302e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 28 Aug 2002 08:01:11 +0000 Subject: Prepare headers for use in ISO C++ compliant implementations. --- locale/locale.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'locale') diff --git a/locale/locale.h b/locale/locale.h index 57acb62cd0..1b0296ae4a 100644 --- a/locale/locale.h +++ b/locale/locale.h @@ -119,12 +119,17 @@ struct lconv }; +__BEGIN_NAMESPACE_STD + /* Set and/or return the current locale. */ 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_GNU /* The concept of one static locale per category is not very well thought out. Many applications will need to process its data using -- cgit v1.2.3