* include/debug/debug.h: Fix typo in macro name.

From-SVN: r99529
This commit is contained in:
Jonathan Wakely 2005-05-10 18:30:36 +01:00
parent ef9bf9a30a
commit aeddae499f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-05-10 Jonathan Wakely <redi@gcc.gnu.org>
* include/debug/debug.h: Fix typo in macro name.
2005-05-09 Paolo Carlini <pcarlini@suse.de>
Giovanni Bajo <giovannibajo@gcc.gnu.org>

View File

@ -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)