summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-06-11 17:00:52 +0000
committerNicholas Clark <nick@ccl4.org>2005-06-11 17:00:52 +0000
commitbdd68bc304bfb15597167600a71a074fd0478307 (patch)
tree4acee4c835cb34303273ea7ad0c3497962187aaf /embed.h
parent50adf7d25d4fa2ebde52a8067c5d9b35f5c7c054 (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index dacff84f5d..238bda92b5 100644
--- a/embed.h
+++ b/embed.h
@@ -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