diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-04-24 17:39:00 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-04-24 17:39:00 +0000 |
commit | 92d29cee5ff815b05b81b877528e4c77e73881c9 (patch) | |
tree | 1887469b52eec03299be2ab643c8a5310d73622e /pp.h | |
parent | 85e0ebd8793b17cfbac766abc03b5fff57b2b2cd (diff) | |
download | perl-92d29cee5ff815b05b81b877528e4c77e73881c9.tar.gz |
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@5937
Diffstat (limited to 'pp.h')
-rw-r--r-- | pp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ Pops a long off the stack. /* =for apidoc Am|void|EXTEND|SP|int nitems Used to extend the argument stack for an XSUB's return values. Once -used, guarrantees that there is room for at least C<nitems> to be pushed +used, guarantees that there is room for at least C<nitems> to be pushed onto the stack. =for apidoc Am|void|PUSHs|SV* sv |