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 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 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 on the stack.