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:
parent
209fe19b16
commit
83bcda1e41
@ -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>
|
||||
|
@ -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_ */
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user