projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52379eb
)
correct POD for SvIsCOW, it returns a U32
author
Daniel Dragan
<bulk88@hotmail.com>
Wed, 23 Oct 2013 10:36:45 +0000
(11:36 +0100)
committer
David Mitchell
<davem@iabyn.com>
Wed, 23 Oct 2013 10:36:45 +0000
(11:36 +0100)
sv.h
patch
|
blob
|
history
diff --git
a/sv.h
b/sv.h
index
a089d7d
..
bb9e6b0
100644
(file)
--- a/
sv.h
+++ b/
sv.h
@@
-1618,8
+1618,8
@@
Like C<SvPV>, but converts sv to byte representation first if necessary.
Guarantees to evaluate sv only once; use the more efficient C<SvPVbyte>
otherwise.
-=for apidoc Am|
bool
|SvIsCOW|SV* sv
-Returns a
boolean
indicating whether the SV is Copy-On-Write (either shared
+=for apidoc Am|
U32
|SvIsCOW|SV* sv
+Returns a
U32 value
indicating whether the SV is Copy-On-Write (either shared
hash key scalars, or full Copy On Write scalars if 5.9.0 is configured for
COW).