2004-10-14 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Oct 2004 21:44:13 +0000 (21:44 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Oct 2004 21:44:13 +0000 (21:44 +0000)
* include/ext/bitmap_allocator.h (bitmap_allocator::_Alloc_block):
Rename __unused to __M_unused.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89056 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/bitmap_allocator.h

index 7159783..d8652be 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-14  Paolo Carlini  <pcarlini@suse.de>
+
+       * include/ext/bitmap_allocator.h (bitmap_allocator::_Alloc_block):
+       Rename __unused to __M_unused.
+
 2004-10-14  Benjamin Kosnik  <bkoz@redhat.com>
 
        * testsuite/ext/headers.cc: Add includes, compile only.
index 5841c7f..dfb7cba 100644 (file)
@@ -783,7 +783,7 @@ namespace __gnu_cxx
 
       struct _Alloc_block
       {
-       char __unused[aligned_size<sizeof(value_type), 8>::value];
+       char __M_unused[aligned_size<sizeof(value_type), 8>::value];
       };