X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Upper.xs;h=7d75d5fd944c37ba94b6c7ed3b15e2b34f85cb58;hb=d7e92be8a8e33ea6f73de85783271c96603b4e6a;hp=a5111f242029fd0ec84c13d87a8323e882712753;hpb=74200f41d79b6ff3e7b655d601180064bb8dd624;p=perl%2Fmodules%2FScope-Upper.git diff --git a/Upper.xs b/Upper.xs index a5111f2..7d75d5f 100644 --- a/Upper.xs +++ b/Upper.xs @@ -2572,7 +2572,7 @@ PPCODE: cx = cxstack + cxix; dbcx = cx; if (PL_DBsub && cxix && (CxTYPE(cx) == CXt_SUB || CxTYPE(cx) == CXt_FORMAT)) { - I32 i = su_context_skip_db(cxix - 1) + 1;; + I32 i = su_context_skip_db(cxix - 1) + 1; if (i < cxix && CxTYPE(cxstack + i) == CXt_SUB) cx = cxstack + i; }