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
This commit is contained in:
Paolo Carlini 2004-10-14 21:44:13 +00:00 committed by Paolo Carlini
parent 1f042340f1
commit cff1f8d41e
2 changed files with 6 additions and 1 deletions

View 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.

View 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];
};