Author: coke
Date: Thu Nov  6 12:23:11 2008
New Revision: 32403

Modified:
   trunk/docs/pdds/pdd17_pmc.pod

Changes in other areas also in this revision:
Modified:
   trunk/DEPRECATED.pod
   trunk/lib/Parrot/Pmc2c/PMC/ParrotClass.pm
   trunk/src/pmc/array.pmc
   trunk/src/pmc/default.pmc
   trunk/src/pmc/iterator.pmc
   trunk/src/pmc/sarray.pmc
   trunk/src/vtable.tbl
   trunk/tools/dev/vtablize.pl

Log:
RT #48579 -- remove [DEPRECATED] vtable type_keyed_int



Modified: trunk/docs/pdds/pdd17_pmc.pod
==============================================================================
--- trunk/docs/pdds/pdd17_pmc.pod       (original)
+++ trunk/docs/pdds/pdd17_pmc.pod       Thu Nov  6 12:23:11 2008
@@ -927,9 +927,8 @@
 =item type_keyed [deprecated: see individual tickets below]
 
   INTVAL type_keyed(INTERP, PMC* self, PMC* key) [RT #48577]
-  INTVAL type_keyed_int(INTERP, PMC* self, INTVAL key) [RT #48579]
 
-Return the type number of the PMC indexed by a PMC or integer key.
+Return the type number of the PMC indexed by a PMC.
 The I<key> parameter is guaranteed not to be null for this method.
 
 =item pop_integer

Reply via email to