diff options
| author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-01 01:01:34 +0000 |
|---|---|---|
| committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-01 01:01:34 +0000 |
| commit | de18388fd207fb108f64150516b179c3c74f289d (patch) | |
| tree | dedaf8872e5144fd8a733ab7cf32490f498beb76 | |
| parent | e3db86407a458d2f256a6af24d874f5ebaab375e (diff) | |
| download | ppe42-gcc-de18388fd207fb108f64150516b179c3c74f289d.tar.gz ppe42-gcc-de18388fd207fb108f64150516b179c3c74f289d.zip | |
2000-05-31 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* bits/generic_shadow.h: Remaining _C_Shadow -> _C_shadow fix.
* acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Add strtoull checks...
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34323 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | libstdc++-v3/ChangeLog | 2 | ||||
| -rw-r--r-- | libstdc++-v3/bits/generic_shadow.h | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 6a775a22ff9..451cb6059e7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,7 @@ 2000-05-31 Benjamin Kosnik <bkoz@purist.soma.redhat.com> + * bits/generic_shadow.h: Remaining _C_Shadow -> _C_shadow fix. + * acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Add strtoull checks... 2000-05-31 Steven King <sxking@uswest.net> diff --git a/libstdc++-v3/bits/generic_shadow.h b/libstdc++-v3/bits/generic_shadow.h index 822d026768e..b2a554f89ee 100644 --- a/libstdc++-v3/bits/generic_shadow.h +++ b/libstdc++-v3/bits/generic_shadow.h @@ -51,7 +51,9 @@ // Expose global C names, including non-standard ones, but shadow // some names and types with the std:: C++ version. - using namespace ::_C_legacy::_C_Shadow; + using namespace ::_C_legacy::_C_shadow; #endif /* _IN_C_LEGACY_ */ + + |

