Commit cff1f8d4 by Paolo Carlini Committed by Paolo Carlini

bitmap_allocator.h (bitmap_allocator::_Alloc_block): Rename __unused to __M_unused.

2004-10-14  Paolo Carlini  <pcarlini@suse.de>

	* include/ext/bitmap_allocator.h (bitmap_allocator::_Alloc_block):
	Rename __unused to __M_unused.

From-SVN: r89056
parent 1f042340
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.
......
......@@ -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];
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment