[svn:parrot] r42049 - trunk/src/call

mikehh at svn.parrot.org mikehh at svn.parrot.org
Fri Oct 23 18:22:31 UTC 2009


Author: mikehh
Date: Fri Oct 23 18:22:30 2009
New Revision: 42049
URL: https://trac.parrot.org/parrot/changeset/42049

Log:
fix codetest failure - unused assert macro

Modified:
   trunk/src/call/pcc.c

Modified: trunk/src/call/pcc.c
==============================================================================
--- trunk/src/call/pcc.c	Fri Oct 23 18:13:06 2009	(r42048)
+++ trunk/src/call/pcc.c	Fri Oct 23 18:22:30 2009	(r42049)
@@ -214,6 +214,7 @@
 static int
 do_run_ops(PARROT_INTERP, ARGIN(PMC *sub_obj))
 {
+    ASSERT_ARGS(do_run_ops)
     if (!PMC_IS_NULL(interp->current_object))
         return 0;
 


More information about the parrot-commits mailing list