diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-06-13 09:43:18 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-06-13 09:43:18 +0000 |
commit | 6e838c7028a89a713e974e5b08797f5fb2193532 (patch) | |
tree | 0a5ccce6360b1c44b73f8cd87bbe95d96e74ca1f /proto.h | |
parent | 4662c7508c20ff119872526a6072e2d64a5bb632 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |