X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=autovivification.xs;h=6dca2c034c2d833c27957b60e249c4ceb22501a0;hb=722066766e42ef59d3d53e070635203932f2010e;hp=f52d4084762cde520561ee406299b65fc501e036;hpb=45651498cc83f108b5b206393960fe0f72de5e37;p=perl%2Fmodules%2Fautovivification.git diff --git a/autovivification.xs b/autovivification.xs index f52d408..6dca2c0 100644 --- a/autovivification.xs +++ b/autovivification.xs @@ -293,7 +293,7 @@ STATIC UV a_detag(pTHX_ const SV *hint) { ? SvUVX(H) \ : (SvPOK(H) \ ? sv_2uv(SvLEN(H) ? (H) : sv_mortalcopy(H)) \ - : 0 \ + : 0 \ ) \ ) \ : 0)