summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-06-13 09:43:18 +0000
committerNicholas Clark <nick@ccl4.org>2005-06-13 09:43:18 +0000
commit6e838c7028a89a713e974e5b08797f5fb2193532 (patch)
tree0a5ccce6360b1c44b73f8cd87bbe95d96e74ca1f /proto.h
parent4662c7508c20ff119872526a6072e2d64a5bb632 (diff)
downloadperl-6e838c7028a89a713e974e5b08797f5fb2193532.tar.gz
S_share_hek_flags can revert to returning a HEK
p4raw-id: //depot/perl@24819
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 499f106b93..57c3826e46 100644
--- a/proto.h
+++ b/proto.h
@@ -1875,7 +1875,7 @@ STATIC void S_hv_magic_check(pTHX_ HV *hv, bool *needs_copy, bool *needs_store)
__attribute__nonnull__(pTHX_3);
STATIC void S_unshare_hek_or_pvn(pTHX_ const HEK* hek, const char* str, I32 len, U32 hash);
-STATIC HE* S_share_hek_flags(pTHX_ const char* sv, I32 len, U32 hash, int flags)
+STATIC HEK* S_share_hek_flags(pTHX_ const char* sv, I32 len, U32 hash, int flags)
__attribute__warn_unused_result__;
STATIC void S_hv_notallowed(pTHX_ int flags, const char *key, I32 klen, const char *msg)