summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-08-04 18:21:11 -0600
committerKarl Williamson <khw@cpan.org>2019-09-02 21:52:10 -0600
commit022f6832fbfd92fe11f107f3683107b91ef9b07c (patch)
tree1574c3f13eed6fcf0b72f2a117f986666a433ab9 /XSUB.h
parenta349b73b665112e0d7d3ff862f10d96dd445fca0 (diff)
downloadperl-022f6832fbfd92fe11f107f3683107b91ef9b07c.tar.gz
perlapi: Document XST_mUV
This one was missing from the set
Diffstat (limited to 'XSUB.h')
-rw-r--r--XSUB.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/XSUB.h b/XSUB.h
index 1a497c2788..94e9dade6a 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -217,6 +217,10 @@ is stored in a new mortal SV.
Place a copy of a string into the specified position C<pos> on the stack.
The value is stored in a new mortal SV.
+=for apidoc Am|void|XST_mUV|int pos|UV uv
+Place an unsigned integer into the specified position C<pos> on the stack. The
+value is stored in a new mortal SV.
+
=for apidoc Am|void|XST_mNO|int pos
Place C<&PL_sv_no> into the specified position C<pos> on the
stack.