Skip to content

Commit b7822a6

Browse files
committed
perlapi: Document SvUVXx()
I'm doing so because Devel::PPPort provides this function.
1 parent d296fe1 commit b7822a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,9 @@ Only use when you are sure C<SvIOK> is true. See also C<L</SvIV>>.
766766
Returns the raw value in the SV's UV slot, without checks or conversions.
767767
Only use when you are sure C<SvIOK> is true. See also C<L</SvUV>>.
768768
769+
=for apidoc AmD|UV|SvUVXx|SV* sv
770+
This is an unnecessary synonym for L</SvUVX>
771+
769772
=for apidoc Am|NV|SvNVX|SV* sv
770773
Returns the raw value in the SV's NV slot, without checks or conversions.
771774
Only use when you are sure C<SvNOK> is true. See also C<L</SvNV>>.

0 commit comments

Comments
 (0)