From 3f3b91130c5b9da4dc374fc707d6f45badcba82a Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 10 Dec 2014 18:04:01 -0800 Subject: sv.c: Remove reference to bogus SvNUM macro There has never been such a macro. --- sv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sv.c') 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 macro to -access this function. +reference or overload conversion. =cut */ -- cgit v1.2.1