X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Op.git;a=blobdiff_plain;f=t%2FSub-Op-LexicalSub%2FLexicalSub.xs;h=a9b1344bba9b998a7f4033d52f30d7060dfede8f;hp=c2b7002d11ac6dd00964461bc7b5d1bb4c302bc7;hb=b9c3a456f75424383f35cb83000965d76e56d4ed;hpb=c987524f0641ca6a25d5e3072c9d1a2ecef2f57c diff --git a/t/Sub-Op-LexicalSub/LexicalSub.xs b/t/Sub-Op-LexicalSub/LexicalSub.xs index c2b7002..a9b1344 100644 --- a/t/Sub-Op-LexicalSub/LexicalSub.xs +++ b/t/Sub-Op-LexicalSub/LexicalSub.xs @@ -67,7 +67,7 @@ PPCODE: c.check = sols_check; c.ud = SvREFCNT_inc(cb); c.pp = sols_pp; - sub_op_register(aTHX_ &c); + sub_op_register(aTHX_ &c, 0); } } XSRETURN(0);