develooper Front page | perl.cvs.parrot | Postings from January 2009

[svn:parrot] r34868 - trunk/include/parrot

From:
infinoid
Date:
January 3, 2009 01:27
Subject:
[svn:parrot] r34868 - trunk/include/parrot
Message ID:
20090103092724.017A8CBA08@x12.develooper.com
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__)



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About