From: Jonathan Wakely Date: Tue, 10 May 2005 17:30:36 +0000 (+0100) Subject: * include/debug/debug.h: Fix typo in macro name. X-Git-Tag: misc/cutover-cvs2svn~3293 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aeddae499f6b6e02aa8f30f63e18cde5d4cf26a4;p=thirdparty%2Fgcc.git * include/debug/debug.h: Fix typo in macro name. From-SVN: r99529 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 89bfcbbee5c1..25a7a3633021 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2005-05-10 Jonathan Wakely + + * include/debug/debug.h: Fix typo in macro name. + 2005-05-09 Paolo Carlini Giovanni Bajo diff --git a/libstdc++-v3/include/debug/debug.h b/libstdc++-v3/include/debug/debug.h index 94c89e95facf..f371a6a47ca0 100644 --- a/libstdc++-v3/include/debug/debug.h +++ b/libstdc++-v3/include/debug/debug.h @@ -226,7 +226,7 @@ _GLIBCXX_DEBUG_VERIFY(::std::__is_heap(_First, _Last, _Pred), \ #ifdef _GLIBCXX_DEBUG # define _GLIBCXX_DEBUG_ASSERT(_Condition) assert(_Condition) -# ifdef _GLIBXX_DEBUG_PEDANTIC +# ifdef _GLIBCXX_DEBUG_PEDANTIC # define _GLIBCXX_DEBUG_PEDASSERT(_Condition) assert(_Condition) # else # define _GLIBCXX_DEBUG_PEDASSERT(_Condition)