* include/debug/debug.h: Fix typo in macro name.
From-SVN: r99529
This commit is contained in:
parent
ef9bf9a30a
commit
aeddae499f
@ -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>
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user