summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2004-06-02 16:48:41 +0000
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2004-06-02 16:48:41 +0000
commitc578083cbad7ac35910083ca23adee0a729612ab (patch)
tree0c1788bda43790497420e10b0bb377068c5101bc /XSUB.h
parent3c3f4ab8346141e357ca6b8576755a4db710d2ac (diff)
downloadperl-c578083cbad7ac35910083ca23adee0a729612ab.tar.gz
Fix apidoc entries for PUSHMARK and newXSproto.
p4raw-id: //depot/perl@22895
Diffstat (limited to 'XSUB.h')
-rw-r--r--XSUB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/XSUB.h b/XSUB.h
index 563d3312bf..77b94415db 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -179,7 +179,7 @@ Return an empty list from an XSUB immediately.
=head1 Variables created by C<xsubpp> and C<xsubpp> internal functions
-=for apidoc AmU||newXSproto
+=for apidoc AmU||newXSproto|char* name|XSUBADDR_t f|char* filename|const char *proto
Used by C<xsubpp> to hook up XSUBs as Perl subs. Adds Perl prototypes to
the subs.