Author: infinoid
Date: Sat Jan  3 01:27:23 2009
New Revision: 34868

Modified:
   trunk/include/parrot/exceptions.h

Log:
Remove extra PARROT_ASSERT() call from _PARROT_ASSERT_ARG.  jimmy++ for 
noticing it.

Modified: trunk/include/parrot/exceptions.h
==============================================================================
--- trunk/include/parrot/exceptions.h   (original)
+++ trunk/include/parrot/exceptions.h   Sat Jan  3 01:27:23 2009
@@ -286,7 +286,6 @@
 #ifndef NDEBUG
     if (!x) Parrot_confess(name, file, line);
 #endif
-    PARROT_ASSERT(x);
     return 0;
 }
 #define PARROT_ASSERT_ARG(x) _PARROT_ASSERT_ARG((x), (#x), __FILE__, __LINE__)

Reply via email to