[svn:parrot] r43612 - in trunk: . docs/pdds/draft

plobsing at svn.parrot.org plobsing at svn.parrot.org
Tue Jan 26 23:42:42 UTC 2010


Author: plobsing
Date: Tue Jan 26 23:42:39 2010
New Revision: 43612
URL: https://trac.parrot.org/parrot/changeset/43612

Log:
update documentation wrt status of "xv"-style signatures

Modified:
   trunk/DEPRECATED.pod
   trunk/docs/pdds/draft/pdd16_native_call.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Tue Jan 26 23:25:10 2010	(r43611)
+++ trunk/DEPRECATED.pod	Tue Jan 26 23:42:39 2010	(r43612)
@@ -155,14 +155,6 @@
 
 L<https://trac.parrot.org/parrot/ticket/1406>
 
-=item dlfunc signatures [eligible in 2.1]
-
-C<xv>-style signatures will no longer work. See PDD16 for details.
-
-F<pdds/draft/pdd16_native_call.pod>
-
-L<https://trac.parrot.org/parrot/ticket/1410>
-
 =back
 
 =head1 Bytecode

Modified: trunk/docs/pdds/draft/pdd16_native_call.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd16_native_call.pod	Tue Jan 26 23:25:10 2010	(r43611)
+++ trunk/docs/pdds/draft/pdd16_native_call.pod	Tue Jan 26 23:42:39 2010	(r43612)
@@ -55,9 +55,7 @@
 
 Void. As a return type it indicates that there I<is> no return type.
 
-As a parameter it indicates that there are no parameters (this use is now
-deprecated (TT1410) - use an empty parameter string to indicate that there
-are no parameters). Can't be mixed with other parameter types.
+Not valid as a parameter type.
 
 =item c
 


More information about the parrot-commits mailing list