Author: Whiteknight
Date: Wed Jan 14 16:44:41 2009
New Revision: 35571

Modified:
   trunk/docs/pdds/pdd09_gc.pod

Changes in other areas also in this revision:
Modified:
   trunk/include/parrot/pobj.h
   trunk/src/gc/generational_ms.c
   trunk/src/inter_call.c
   trunk/src/pmc/deleg_pmc.pmc

Log:
[Core] remove the last few mentions of PObj_data_is_PMC_array_FLAG, and fix an 
error that I apparently uncovered when I ran make headerizer last time. My bad.

Modified: trunk/docs/pdds/pdd09_gc.pod
==============================================================================
--- trunk/docs/pdds/pdd09_gc.pod        (original)
+++ trunk/docs/pdds/pdd09_gc.pod        Wed Jan 14 16:44:41 2009
@@ -576,11 +576,6 @@
 PMCs) that PMC refers to. This flag is typically tested and the custom mark
 VTABLE method called from C<src/gc/api.c:mark_special>.
 
-=item PObj_data_is_PMC_array_FLAG
-
-Set if the data pointer points to an array of objects. The length of the
-array is C<PMC_int_val(SELF)>.
-
 =item PObj_external_FLAG
 
 Set if the buffer points to memory that came from outside Parrot's memory

Reply via email to