[svn:parrot] r42996 - branches/context_unify3/src/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Fri Dec 11 21:30:42 UTC 2009


Author: bacek
Date: Fri Dec 11 21:30:41 2009
New Revision: 42996
URL: https://trac.parrot.org/parrot/changeset/42996

Log:
Update to CallContext in Class PMC.

Modified:
   branches/context_unify3/src/pmc/class.pmc

Modified: branches/context_unify3/src/pmc/class.pmc
==============================================================================
--- branches/context_unify3/src/pmc/class.pmc	Fri Dec 11 21:30:18 2009	(r42995)
+++ branches/context_unify3/src/pmc/class.pmc	Fri Dec 11 21:30:41 2009	(r42996)
@@ -344,7 +344,7 @@
 
         if (!PMC_IS_NULL(meth)) {
             /* build an empty signature; it has an invocant but no args/retvals */
-            PMC * const sig_obj = pmc_new(interp, enum_class_CallSignature);
+            PMC * const sig_obj = pmc_new(interp, enum_class_CallContext);
             /* preserve current_object */
             PMC * const old_object = interp->current_object;
             VTABLE_set_string_native(interp, sig_obj, CONST_STRING(interp, "Pi->"));


More information about the parrot-commits mailing list