# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #29771]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=29771 >


The following inline patch removes what I think is currently a spurious warning in the 
docs. It adds another warning to stress the PMC-only nature of the op.

diff -u -r1.360 core.ops
--- ops/core.ops        7 May 2004 10:33:35 -0000       1.360
+++ ops/core.ops        20 May 2004 23:24:46 -0000
@@ -1023,20 +1023,13 @@
 =item B<foldup>(out PMC)
 
 Take all the PMCs passed in as parameters and stick them into an Array
-PMC, in the register pointed to.
-
-B<NOTE!> IMCC and PDD03 aren't yet in conformance. This uses the current
-IMCC setup, but should be changed as soon as IMCC modified to the correct
-calling conventions.
+PMC in $1. Note: foldup I<only> works for PMC arguments.
 
 =item B<foldup>(out PMC, in INT)
 
 Take all the PMCs passed in as parameters, starting at offset $2 and
 stick them into an Array PMC in $1.
-
-B<NOTE!> IMCC and PDD03 aren't yet in conformance. This uses the current
-IMCC setup, but should be changed as soon as IMCC modified to the correct
-calling conventions.
+Note: foldup I<only> works for PMC arguments.
 
 =back

Reply via email to