From bd047b2c46c84dde15e7333abb2ecb4a248079d0 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 5 Dec 2012 06:09:42 -0800 Subject: [PATCH] sv.c: Correct newSVpvn_share docs something I overlooked --- sv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sv.c b/sv.c index 72d41ca..8bc60db 100644 --- a/sv.c +++ b/sv.c @@ -8613,7 +8613,8 @@ Perl_newSVhek(pTHX_ const HEK *const hek) Creates a new SV with its SvPVX_const pointing to a shared string in the string table. If the string does not already exist in the table, it is -created first. Turns on READONLY and FAKE. If the C parameter +created first. Turns on the SvIsCOW flag (or READONLY +and FAKE in 5.16 and earlier). If the C parameter is non-zero, that value is used; otherwise the hash is computed. The string's hash can later be retrieved from the SV with the C macro. The idea here is -- 2.7.4