From: Paolo Carlini Date: Thu, 14 Oct 2004 21:44:13 +0000 (+0000) Subject: bitmap_allocator.h (bitmap_allocator::_Alloc_block): Rename __unused to __M_unused. X-Git-Tag: releases/gcc-4.0.0~4041 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cff1f8d41e391200f80418b7c5e5bb0061194a8e;p=thirdparty%2Fgcc.git bitmap_allocator.h (bitmap_allocator::_Alloc_block): Rename __unused to __M_unused. 2004-10-14 Paolo Carlini * include/ext/bitmap_allocator.h (bitmap_allocator::_Alloc_block): Rename __unused to __M_unused. From-SVN: r89056 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7159783e1493..d8652be25cba 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2004-10-14 Paolo Carlini + + * include/ext/bitmap_allocator.h (bitmap_allocator::_Alloc_block): + Rename __unused to __M_unused. + 2004-10-14 Benjamin Kosnik * testsuite/ext/headers.cc: Add includes, compile only. diff --git a/libstdc++-v3/include/ext/bitmap_allocator.h b/libstdc++-v3/include/ext/bitmap_allocator.h index 5841c7f9fb47..dfb7cba1871d 100644 --- a/libstdc++-v3/include/ext/bitmap_allocator.h +++ b/libstdc++-v3/include/ext/bitmap_allocator.h @@ -783,7 +783,7 @@ namespace __gnu_cxx struct _Alloc_block { - char __unused[aligned_size::value]; + char __M_unused[aligned_size::value]; };