[svn:parrot] r45270 - trunk/src

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon Mar 29 06:29:06 UTC 2010


Author: mikehh
Date: Mon Mar 29 06:29:06 2010
New Revision: 45270
URL: https://trac.parrot.org/parrot/changeset/45270

Log:
fix codetest failure - unused assert macros - src/pmc.c

Modified:
   trunk/src/pmc.c

Modified: trunk/src/pmc.c
==============================================================================
--- trunk/src/pmc.c	Mon Mar 29 06:19:04 2010	(r45269)
+++ trunk/src/pmc.c	Mon Mar 29 06:29:06 2010	(r45270)
@@ -977,6 +977,8 @@
 INTVAL
 Parrot_pmc_type_does(PARROT_INTERP, ARGIN(STRING *role), INTVAL type)
 {
+    ASSERT_ARGS(Parrot_pmc_type_does)
+
     INTVAL pos = 0;
     STRING * const what = interp->vtables[type]->provides_str;
     INTVAL length = Parrot_str_byte_length(interp, what);


More information about the parrot-commits mailing list