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

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Thu Sep 9 13:21:40 UTC 2010


Author: whiteknight
Date: Thu Sep  9 13:21:40 2010
New Revision: 48882
URL: https://trac.parrot.org/parrot/changeset/48882

Log:
Complex pmc now provides 'complex' role, to help ease working with it and various subclasses

Modified:
   trunk/src/pmc/complex.pmc

Modified: trunk/src/pmc/complex.pmc
==============================================================================
--- trunk/src/pmc/complex.pmc	Thu Sep  9 13:17:00 2010	(r48881)
+++ trunk/src/pmc/complex.pmc	Thu Sep  9 13:21:40 2010	(r48882)
@@ -301,7 +301,7 @@
 }
 
 
-pmclass Complex auto_attrs {
+pmclass Complex provides complex auto_attrs {
 
     ATTR FLOATVAL re; /* real part */
     ATTR FLOATVAL im; /* imaginary part */


More information about the parrot-commits mailing list