[svn:parrot] r42130 - trunk/src/call

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Mon Oct 26 23:24:44 UTC 2009


Author: whiteknight
Date: Mon Oct 26 23:24:43 2009
New Revision: 42130
URL: https://trac.parrot.org/parrot/changeset/42130

Log:
[pcc] add a deprecation note to the POD of Parrot_PCCINVOKE. Future reference: Don't use this function! You have been warned

Modified:
   trunk/src/call/pcc.c

Modified: trunk/src/call/pcc.c
==============================================================================
--- trunk/src/call/pcc.c	Mon Oct 26 23:23:08 2009	(r42129)
+++ trunk/src/call/pcc.c	Mon Oct 26 23:24:43 2009	(r42130)
@@ -79,6 +79,8 @@
 =item C<void Parrot_PCCINVOKE(PARROT_INTERP, PMC* pmc, STRING *method_name,
 const char *signature, ...)>
 
+DEPRECATED. See TT #443. Use Parrot_pcc_invoke_method_from_c_args instead.
+
 C<pmc> is the invocant.
 
 C<method_name> is the same C<method_name> used in the C<find_method>


More information about the parrot-commits mailing list