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 /embed.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 'embed.h')
-rw-r--r-- | embed.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3323,7 +3323,7 @@ #endif #if defined(PERL_OLD_COPY_ON_WRITE) #ifdef PERL_CORE -#define sv_release_COW(a,b,c,d,e,f) S_sv_release_COW(aTHX_ a,b,c,d,e,f) +#define sv_release_COW(a,b,c,d) S_sv_release_COW(aTHX_ a,b,c,d) #endif #endif #endif |