From ccfc67b7b0a9fa9e1a1cbb2090b71ea33fc44ae7 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 3 Jan 2002 15:57:42 +0000 Subject: Missed the =head1 additions. p4raw-id: //depot/perl@14041 --- XSUB.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'XSUB.h') diff --git a/XSUB.h b/XSUB.h index a6dfdc4c6c..5066ee2113 100644 --- a/XSUB.h +++ b/XSUB.h @@ -4,6 +4,8 @@ /* first, some documentation for xsubpp-generated items */ /* +=head1 Variables created by C and C internal functions + =for apidoc Amn|char*|CLASS Variable which is setup by C to indicate the class name for a C++ XS constructor. This is always a C. See C. @@ -98,6 +100,8 @@ handled automatically by C. /* Typically used to return values from XS functions. */ /* +=head1 Stack Manipulation Macros + =for apidoc Am|void|XST_mIV|int pos|IV iv Place an integer into the specified position C on the stack. The value is stored in a new mortal SV. @@ -147,6 +151,8 @@ Return C<&PL_sv_undef> from an XSUB immediately. Uses C. =for apidoc Ams||XSRETURN_EMPTY Return an empty list from an XSUB immediately. +=head1 Variables created by C and C internal functions + =for apidoc AmU||newXSproto Used by C to hook up XSUBs as Perl subs. Adds Perl prototypes to the subs. -- cgit v1.2.1