[svn:parrot] r45188 - trunk

plobsing at svn.parrot.org plobsing at svn.parrot.org
Thu Mar 25 22:10:21 UTC 2010


Author: plobsing
Date: Thu Mar 25 22:10:20 2010
New Revision: 45188
URL: https://trac.parrot.org/parrot/changeset/45188

Log:
deprecate duplicate vtable-calling functions in src/extend.c
the right functions to call are in src/extend_vtable.c

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Thu Mar 25 21:48:16 2010	(r45187)
+++ trunk/DEPRECATED.pod	Thu Mar 25 22:10:20 2010	(r45188)
@@ -226,6 +226,16 @@
 
 rename Parrot_string_cstring to Parrot_str_cstring
 
+=item Parrot_PMC_* in src/extend.c [eligible in 2.4]
+
+These are duplicates of functions in src/extend_vtable.c. Exceptions:
+
+  Parrot_PMC_new
+  Parrot_PMC_typenum
+  Parrot_PMC_null
+  Parrot_PMC_set_vtable
+  Parrot_PMC_newclass
+
 =back
 
 =head1 Compiler tools


More information about the parrot-commits mailing list