summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-12-10 18:04:01 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-12-10 20:21:05 -0800
commit3f3b91130c5b9da4dc374fc707d6f45badcba82a (patch)
treefbeec3551852e0b57a252a61e1e940bb2c2d9e14 /sv.c
parenta56f0d0868ac98883133e4cde91091a3050db4ef (diff)
downloadperl-3f3b91130c5b9da4dc374fc707d6f45badcba82a.tar.gz
sv.c: Remove reference to bogus SvNUM macro
There has never been such a macro.
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sv.c b/sv.c
index cc98c19cf1..97f6b2d219 100644
--- a/sv.c
+++ b/sv.c
@@ -2817,8 +2817,7 @@ Perl_sv_2nv_flags(pTHX_ SV *const sv, const I32 flags)
=for apidoc sv_2num
Return an SV with the numeric value of the source SV, doing any necessary
-reference or overload conversion. You must use the C<SvNUM(sv)> macro to
-access this function.
+reference or overload conversion.
=cut
*/