diff options
| author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-19 09:33:23 +0000 |
|---|---|---|
| committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-19 09:33:23 +0000 |
| commit | 657ea16b788f299f5b0abb1515555ee760323634 (patch) | |
| tree | 346e24edd235cd79a02a3a2e8d9a78f5b38711f8 /libstdc++-v3/shadow/bits/wrap_libio.h | |
| parent | 9affc23dd3c534dccd9f0dae9b357fca85a4d62d (diff) | |
| download | ppe42-gcc-657ea16b788f299f5b0abb1515555ee760323634.tar.gz ppe42-gcc-657ea16b788f299f5b0abb1515555ee760323634.zip | |
2000-05-18 Chip Salzenberg <chip@valinux.com>
* bits/ostream.tcc (_S_pad_char): Function template should not be
static.
* bits/streambuf.tcc (_S_copy_streambufs): Likewise.
* src/string-inst.cc (__destroy_aux): Instantiate for string*.
2000-05-18 Nathan C. Myers <ncm@cantrip.org>
* mkcshadow: Change C_Swamp to C_legacy.
* shadow/*: Same.
* shadow/bits/*: Same.
s/C_Swamp/C_legacy/g
s/SWAMP/LEGACY/g
s/_Shadow/_shadow/g
2000-05-18 Anthony Williams <anthony@anthonyw.cjb.net>
* bits/locale_facets.tcc (num_get::_M_extract): Change char* to
const char*.
* src/string-inst.cc (string::_S_find): Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34018 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/shadow/bits/wrap_libio.h')
| -rw-r--r-- | libstdc++-v3/shadow/bits/wrap_libio.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libstdc++-v3/shadow/bits/wrap_libio.h b/libstdc++-v3/shadow/bits/wrap_libio.h index 04a0ffc444f..4a34cefc11e 100644 --- a/libstdc++-v3/shadow/bits/wrap_libio.h +++ b/libstdc++-v3/shadow/bits/wrap_libio.h @@ -36,36 +36,36 @@ #ifndef _CPP_WRAP_LIBIO_H #define _CPP_WRAP_LIBIO_H 1 - namespace _C_Swamp { + namespace _C_legacy { extern "C" { -# define _IN_C_SWAMP_ +# define _IN_C_LEGACY_ # pragma system_header # include_next <libio.h> } - namespace _C_Shadow { } - } // close namespace ::_C_Swamp:: + namespace _C_shadow { } + } // close namespace ::_C_legacy:: // # undef that - namespace _C_Swamp { - namespace _C_Shadow { + namespace _C_legacy { + namespace _C_shadow { // typedef stuff } } namespace std { - // using ::_C_Swamp::stuff + // using ::_C_legacy::stuff } // close namespace std:: - namespace _C_Swamp { - namespace _C_Shadow { + namespace _C_legacy { + namespace _C_shadow { // using ::std::stuff } } -# undef _IN_C_SWAMP_ +# undef _IN_C_LEGACY_ #endif |

