allocator.h: Change ___glibcxx_base_allocator to __glibcxx_base_allocator.
authorBenjamin Kosnik <bkoz@redhat.com>
Tue, 24 May 2005 20:28:55 +0000 (20:28 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 24 May 2005 20:28:55 +0000 (20:28 +0000)
2005-05-24  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/allocator.h: Change ___glibcxx_base_allocator to
__glibcxx_base_allocator.
* config/allocator/bitmap_allocator_base.h: Same.
* config/allocator/malloc_allocator_base.h: Same.
* config/allocator/mt_allocator_base.h: Same.
* config/allocator/new_allocator_base.h: Same.
* config/allocator/pool_allocator_base.h: Same.

From-SVN: r100111

libstdc++-v3/ChangeLog
libstdc++-v3/config/allocator/bitmap_allocator_base.h
libstdc++-v3/config/allocator/malloc_allocator_base.h
libstdc++-v3/config/allocator/mt_allocator_base.h
libstdc++-v3/config/allocator/new_allocator_base.h
libstdc++-v3/config/allocator/pool_allocator_base.h
libstdc++-v3/include/bits/allocator.h

index e39d577d540c3d2e0a5fcdd7e46f25772fdf8d5e..abf35d8bdcc15545b69eeda72249f610d6ab825b 100644 (file)
@@ -1,3 +1,13 @@
+2005-05-24  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * include/bits/allocator.h: Change ___glibcxx_base_allocator to
+       __glibcxx_base_allocator.
+       * config/allocator/bitmap_allocator_base.h: Same.
+       * config/allocator/malloc_allocator_base.h: Same.
+       * config/allocator/mt_allocator_base.h: Same.
+       * config/allocator/new_allocator_base.h: Same.
+       * config/allocator/pool_allocator_base.h: Same.
+
 2005-05-24  Jonathan Wakely  <redi@gcc.gnu.org>
 
        * include/debug/string (class basic_string): Add missing
index bf84ae06d7f4ce360edce78774d37fc4d379b7e9..2a674cff04c726778d2a9ddfd2aa4c154bc00b2b 100644 (file)
@@ -1,6 +1,6 @@
 // Base to std::allocator -*- C++ -*-
 
-// Copyright (C) 2004 Free Software Foundation, Inc.
+// Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -32,6 +32,6 @@
 
 // Define bitmap_allocator as the base class to std::allocator.
 #include <ext/bitmap_allocator.h>
-#define ___glibcxx_base_allocator  __gnu_cxx::bitmap_allocator
+#define __glibcxx_base_allocator  __gnu_cxx::bitmap_allocator
 
 #endif
index 4a82ec362c5cb69ef0e7a704c6f3f6017b5de620..bc5e6b790423d4b8800c8a609be8b09dce6ba40b 100644 (file)
@@ -1,6 +1,6 @@
 // Base to std::allocator -*- C++ -*-
 
-// Copyright (C) 2004 Free Software Foundation, Inc.
+// Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -32,6 +32,6 @@
 
 // Define new_allocator as the base class to std::allocator.
 #include <ext/malloc_allocator.h>
-#define ___glibcxx_base_allocator  __gnu_cxx::malloc_allocator
+#define __glibcxx_base_allocator  __gnu_cxx::malloc_allocator
 
 #endif
index 52b4421a4392d8fd66e388dc8f8d04b3cc0db6da..df39e2a2584d6f285f5904fd9b3c99b8060b44aa 100644 (file)
@@ -1,6 +1,6 @@
 // Base to std::allocator -*- C++ -*-
 
-// Copyright (C) 2004 Free Software Foundation, Inc.
+// Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -32,6 +32,6 @@
 
 // Define mt_allocator as the base class to std::allocator.
 #include <ext/mt_allocator.h>
-#define ___glibcxx_base_allocator  __gnu_cxx::__mt_alloc
+#define __glibcxx_base_allocator  __gnu_cxx::__mt_alloc
 
 #endif
index 442f89cc535d8250f3006d97fd29e1780f3a3c9b..c9b3bb20673e01c5a8870ad51d177f9e866ff523 100644 (file)
@@ -1,6 +1,6 @@
 // Base to std::allocator -*- C++ -*-
 
-// Copyright (C) 2004 Free Software Foundation, Inc.
+// Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -32,6 +32,6 @@
 
 // Define new_allocator as the base class to std::allocator.
 #include <ext/new_allocator.h>
-#define ___glibcxx_base_allocator  __gnu_cxx::new_allocator
+#define __glibcxx_base_allocator  __gnu_cxx::new_allocator
 
 #endif
index 77c74b2d512021c3d0a8769a1e41eaf006144819..27432e86e32ee867a7f743cac658ad4cbefba6a0 100644 (file)
@@ -1,6 +1,6 @@
 // Base to std::allocator -*- C++ -*-
 
-// Copyright (C) 2004 Free Software Foundation, Inc.
+// Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -32,6 +32,6 @@
 
 // Define new_allocator as the base class to std::allocator.
 #include <ext/pool_allocator.h>
-#define ___glibcxx_base_allocator  __gnu_cxx::__pool_alloc
+#define __glibcxx_base_allocator  __gnu_cxx::__pool_alloc
 
 #endif
index c28442fc6fa792c6383a4c3c6d276e9a5dcd1edc..598048d0df390ec029da4f507e10f0a278c68ed0 100644 (file)
@@ -1,6 +1,6 @@
 // Allocators -*- C++ -*-
 
-// Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+// Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -79,7 +79,7 @@ namespace std
    *  http://gcc.gnu.org/onlinedocs/libstdc++/20_util/allocator.html
    */
   template<typename _Tp>
-    class allocator: public ___glibcxx_base_allocator<_Tp>
+    class allocator: public __glibcxx_base_allocator<_Tp>
     {
    public:
       typedef size_t     size_type;
@@ -97,7 +97,7 @@ namespace std
       allocator() throw() { }
 
       allocator(const allocator& __a) throw()
-      : ___glibcxx_base_allocator<_Tp>(__a) { }
+      : __glibcxx_base_allocator<_Tp>(__a) { }
 
       template<typename _Tp1>
         allocator(const allocator<_Tp1>&) throw() { }
@@ -126,7 +126,7 @@ namespace std
 #endif
 
   // Undefine.
-#undef ___glibcxx_base_allocator
+#undef __glibcxx_base_allocator
 } // namespace std
 
 #endif