X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Types.xs;h=bcd59085981e704c2f5380b67e4acd35732488d6;hb=61f64dfa5fa4f435e6cd854d22e4325ef1eb0068;hp=1e763696ffd4d3d1a139f5dbed301750e8e1334d;hpb=a649807e15b3ab4103dbb51823950c29e7ed9fb4;p=perl%2Fmodules%2FLexical-Types.git diff --git a/Types.xs b/Types.xs index 1e76369..bcd5908 100644 --- a/Types.xs +++ b/Types.xs @@ -354,7 +354,7 @@ STATIC SV *lt_hint(pTHX) { 0, lt_hash); #else - SV **val = hv_fetch(GvHV(PL_hintgv), __PACKAGE__, __PACKAGE_LEN__, lt_hash); + SV **val = hv_fetch(GvHV(PL_hintgv), __PACKAGE__, __PACKAGE_LEN__, 0); if (!val) return 0; hint = *val;