diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-06-11 18:01:32 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-06-11 18:01:32 +0000 |
commit | 97ddebaf393a19fb80bf52b8fdb8330e1c4a591b (patch) | |
tree | 34277cb382f61b77a4f4308ac3c9b4c2f6b8488b /proto.h | |
parent | bdd68bc304bfb15597167600a71a074fd0478307 (diff) | |
download | perl-97ddebaf393a19fb80bf52b8fdb8330e1c4a591b.tar.gz |
hash key code cleanup
p4raw-id: //depot/perl@24803
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1874,7 +1874,7 @@ STATIC void S_hv_magic_check(pTHX_ HV *hv, bool *needs_copy, bool *needs_store) __attribute__nonnull__(pTHX_2) __attribute__nonnull__(pTHX_3); -STATIC void S_unshare_hek_or_pvn(pTHX_ HEK* hek, const char* str, I32 len, U32 hash); +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) __attribute__warn_unused_result__; |