diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2001-04-26 02:23:52 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2001-04-26 02:23:52 +0000 |
commit | 5db6f3de56b6fb77ef3a94e3cb9962ff6719e0a8 (patch) | |
tree | 90cb7664605cb51966af7586d487d9d26ffc94ce /libstdc++-v3/config.h.in | |
parent | 0cd99be7377980b537d5b3a5c1b2903f6b114d9b (diff) | |
download | gcc-5db6f3de56b6fb77ef3a94e3cb9962ff6719e0a8.zip gcc-5db6f3de56b6fb77ef3a94e3cb9962ff6719e0a8.tar.gz gcc-5db6f3de56b6fb77ef3a94e3cb9962ff6719e0a8.tar.bz2 |
std_cmath.h (std): Explicitly inject c99 names.
2001-04-25 Benjamin Kosnik <bkoz@redhat.com>
* include/c_std/bits/std_cmath.h (std): Explicitly inject c99 names.
* include/c_std/bits/std_cstdlib.h (std): Same, except for llabs.
* include/c_std/bits/std_cwchar.h (std): Same.
* acconfig.h (std): Remove c99 injection into std.
* config.h.in: Regenerate.
* testsuite/README: Fix typo.
* include/bits/codecvt.h: Remove warnings.
From-SVN: r41568
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 51d0e74..4aef400 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -559,16 +559,6 @@ // Systems that have certain non-standard functions prefixed with an // underscore, we'll handle those here. Must come after config.h.in. // - -#if defined(_GLIBCPP_USE_C99) && defined(__cplusplus) -// Placeholder for declarations in c99 namespace. -namespace std -{ - namespace c99 { } - using namespace c99; -} -#endif - #if defined (HAVE__ISNAN) && ! defined (HAVE_ISNAN) # define HAVE_ISNAN 1 # define isnan _isnan |