generic_shadow.h: Remaining _C_Shadow -> _C_shadow fix.
authorBenjamin Kosnik <bkoz@purist.soma.redhat.com>
Thu, 1 Jun 2000 01:01:34 +0000 (01:01 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 1 Jun 2000 01:01:34 +0000 (01:01 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/bits/generic_shadow.h

index 6a775a2..451cb60 100644 (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>
index 822d026..b2a554f 100644 (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_ */
     
+
+