From: Michael Stevens Date: Wed, 6 Dec 2000 23:24:01 +0000 (+0000) Subject: djSP X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fac3506f11803acc27862962d9412fc8535bd7b6;p=p5sagit%2Fp5-mst-13.2.git djSP Message-ID: <20001206232400.A21381@firedrake.org> Plus a note from Nick Ing-Simmons. p4raw-id: //depot/perl@8038 --- diff --git a/pp.h b/pp.h index 5e531da..ccd372d 100644 --- a/pp.h +++ b/pp.h @@ -33,6 +33,13 @@ L. Declares a local copy of perl's stack pointer for the XSUB, available via the C macro. See C. +=for apidoc ms||djSP + +Declare Just C. This is actually identical to C, and declares +a local copy of perl's stack pointer, available via the C macro. +See C. (Available for backward source code compatibility with the +old (Perl 5.005) thread model.) + =for apidoc Ams||dMARK Declare a stack marker variable, C, for the XSUB. See C and C. @@ -46,8 +53,7 @@ The original stack mark for the XSUB. See C. =for apidoc Ams||SPAGAIN Refetch the stack pointer. Used after a callback. See L. -=cut -*/ +=cut */ #define SP sp #define MARK mark