diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-26 02:23:52 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-26 02:23:52 +0000 |
commit | 4bff4fb7a87d416e2c430f1e154cccecef872f02 (patch) | |
tree | 90cb7664605cb51966af7586d487d9d26ffc94ce /libstdc++-v3/config.h.in | |
parent | 1dea8d9d8bd52e2984b7ab28141b95cdb7ad1235 (diff) | |
download | gcc-4bff4fb7a87d416e2c430f1e154cccecef872f02.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41568 138bc75d-0d04-0410-961f-82ee72b054a4
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 51d0e74501b..4aef4005467 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 |