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

NotFound at svn.parrot.org NotFound at svn.parrot.org
Mon Feb 2 13:57:03 UTC 2009


Author: NotFound
Date: Mon Feb  2 13:57:02 2009
New Revision: 36281
URL: https://trac.parrot.org/parrot/changeset/36281

Log:
fix Class pmc vtable remove_attribute declaration

Modified:
   trunk/src/pmc/class.pmc

Modified: trunk/src/pmc/class.pmc
==============================================================================
--- trunk/src/pmc/class.pmc	Mon Feb  2 13:43:37 2009	(r36280)
+++ trunk/src/pmc/class.pmc	Mon Feb  2 13:57:02 2009	(r36281)
@@ -674,7 +674,7 @@
 
 */
 
-    VTABLE void remove_attribute(STRING *name, PMC *type) {
+    VTABLE void remove_attribute(STRING *name) {
         Parrot_Class_attributes * const _class        = PARROT_CLASS(SELF);
 
         /* If we've been instantiated already, not allowed. */


More information about the parrot-commits mailing list