generic_shadow.h: Remaining _C_Shadow -> _C_shadow fix.

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...

From-SVN: r34323
This commit is contained in:
Benjamin Kosnik 2000-06-01 01:01:34 +00:00 committed by Benjamin Kosnik
parent 209fe19b16
commit 83bcda1e41
2 changed files with 5 additions and 1 deletions

View File

@ -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>

View File

@ -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_ */