OSDN Git Service

* include/debug/debug.h: Fix typo in macro name.
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 May 2005 17:30:36 +0000 (17:30 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 May 2005 17:30:36 +0000 (17:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99529 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/debug/debug.h

index 89bfcbb..25a7a36 100644 (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>
            
index 94c89e9..f371a6a 100644 (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)