diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-05-23 21:09:13 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-05-23 21:09:13 +0100 |
commit | 196007d1d65f1413c42844a9656643290de75eb5 (patch) | |
tree | fde1eb28e55df4d6d2a386381032343a31e4aae0 | |
parent | 702646f25c38c963340344fc4125d616ff143857 (diff) | |
download | perl-196007d1d65f1413c42844a9656643290de75eb5.tar.gz |
Change the API documentation from sv_2nv to sv_2nv_flags.
Addendum to 39d5de13bc6d138b.
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2436,7 +2436,7 @@ Perl_sv_2uv_flags(pTHX_ register SV *const sv, const I32 flags) } /* -=for apidoc sv_2nv +=for apidoc sv_2nv_flags Return the num value of an SV, doing any necessary string or integer conversion. If flags includes SV_GMAGIC, does an mg_get() first. |