projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
702646f
)
Change the API documentation from sv_2nv to sv_2nv_flags.
Nicholas Clark [Sun, 23 May 2010 20:09:13 +0000 (21:09 +0100)]
Addendum to
39d5de13bc6d138b
.
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
7f4b1c6
..
7ec4242
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-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.