diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-06-11 17:00:52 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-06-11 17:00:52 +0000 |
commit | bdd68bc304bfb15597167600a71a074fd0478307 (patch) | |
tree | 4acee4c835cb34303273ea7ad0c3497962187aaf /proto.h | |
parent | 50adf7d25d4fa2ebde52a8067c5d9b35f5c7c054 (diff) | |
download | perl-bdd68bc304bfb15597167600a71a074fd0478307.tar.gz |
Shrink shared hash scalars from PVIV to PV
p4raw-id: //depot/perl@24802
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2473,7 +2473,7 @@ STATIC bool S_utf8_mg_pos_init(pTHX_ SV *sv, MAGIC **mgp, STRLEN **cachep, I32 i __attribute__nonnull__(pTHX_7); #if defined(PERL_OLD_COPY_ON_WRITE) -STATIC void S_sv_release_COW(pTHX_ SV *sv, const char *pvx, STRLEN cur, STRLEN len, U32 hash, SV *after); +STATIC void S_sv_release_COW(pTHX_ SV *sv, const char *pvx, STRLEN len, SV *after); #endif #endif |