From fac3506f11803acc27862962d9412fc8535bd7b6 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Wed, 6 Dec 2000 23:24:01 +0000 Subject: [PATCH] djSP Message-ID: <20001206232400.A21381@firedrake.org> Plus a note from Nick Ing-Simmons. p4raw-id: //depot/perl@8038 --- pp.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 -- 2.7.4