From: Nicholas Clark Date: Sat, 8 Apr 2006 12:50:13 +0000 (+0000) Subject: ss_dup of SAVEt_COP_ARYBASE can use the same code as SAVEt_I8. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=88effcc98a374caf475a3523cea4746df3af82dd;p=p5sagit%2Fp5-mst-13.2.git ss_dup of SAVEt_COP_ARYBASE can use the same code as SAVEt_I8. p4raw-id: //depot/perl@27738 --- diff --git a/sv.c b/sv.c index 8c80e2c..9f5ea12 100644 --- a/sv.c +++ b/sv.c @@ -10428,6 +10428,7 @@ Perl_ss_dup(pTHX_ PerlInterpreter *proto_perl, CLONE_PARAMS* param) case SAVEt_I32: /* I32 reference */ case SAVEt_I16: /* I16 reference */ case SAVEt_I8: /* I8 reference */ + case SAVEt_COP_ARYBASE: /* call CopARYBASE_set */ ptr = POPPTR(ss,ix); TOPPTR(nss,ix) = any_dup(ptr, proto_perl); i = POPINT(ss,ix);