[svn:parrot] r45243 - trunk/src/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Sun Mar 28 12:36:34 UTC 2010


Author: bacek
Date: Sun Mar 28 12:36:33 2010
New Revision: 45243
URL: https://trac.parrot.org/parrot/changeset/45243

Log:
Use ASSERT_ARGS in ParrotInterpreter

Modified:
   trunk/src/pmc/parrotinterpreter.pmc

Modified: trunk/src/pmc/parrotinterpreter.pmc
==============================================================================
--- trunk/src/pmc/parrotinterpreter.pmc	Sun Mar 28 12:36:17 2010	(r45242)
+++ trunk/src/pmc/parrotinterpreter.pmc	Sun Mar 28 12:36:33 2010	(r45243)
@@ -174,6 +174,7 @@
 static void
 create_interp(ARGIN(PMC *self), ARGIN_NULLOK(Parrot_Interp parent))
 {
+    ASSERT_ARGS(create_interp)
     Interp_flags flag  = PARROT_NO_FLAGS;
     Parrot_Interp new_interp;
 


More information about the parrot-commits mailing list