From: Vincent Pit Date: Fri, 15 May 2009 22:41:07 +0000 (+0200) Subject: 5.9.5 fix X-Git-Tag: v0.07~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=commitdiff_plain;h=0d207ae48f747f30fa357811f1334488fadc97d3 5.9.5 fix --- diff --git a/Types.xs b/Types.xs index 3382014..8970e91 100644 --- a/Types.xs +++ b/Types.xs @@ -183,7 +183,7 @@ STATIC U32 lt_hash = 0; STATIC SV *lt_hint(pTHX) { #define lt_hint() lt_hint(aTHX) SV *id; -#if LT_HAS_PERL(5, 10, 0) +#if LT_HAS_PERL(5, 9, 5) id = Perl_refcounted_he_fetch(aTHX_ PL_curcop->cop_hints_hash, NULL, __PACKAGE__, __PACKAGE_LEN__,