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

allison at svn.parrot.org allison at svn.parrot.org
Sun Apr 5 04:48:34 UTC 2009


Author: allison
Date: Sun Apr  5 04:48:33 2009
New Revision: 37915
URL: https://trac.parrot.org/parrot/changeset/37915

Log:
[cage] Fix comment, as Hash PMC does use the 'data' pointer now.

Modified:
   trunk/src/pmc/hash.pmc

Modified: trunk/src/pmc/hash.pmc
==============================================================================
--- trunk/src/pmc/hash.pmc	Sun Apr  5 01:53:53 2009	(r37914)
+++ trunk/src/pmc/hash.pmc	Sun Apr  5 04:48:33 2009	(r37915)
@@ -101,7 +101,7 @@
 
 }
 
-/* Albeit the Hash PMC doesn't use PMC_data, it needs the next_for_GC pointer
+/* Needs ext struct for the next_for_GC pointer
  * We would get recursive marking of a deeply nested HoHoH...
  */
 pmclass Hash need_ext provides hash {


More information about the parrot-commits mailing list