From: Vincent Pit Date: Thu, 18 Jun 2009 23:28:27 +0000 (+0200) Subject: The hint in a_hint() need not to be const X-Git-Tag: v0.03~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=commitdiff_plain;h=f7ab526af77cdf3576dcfaea8120eeb8f950dd79 The hint in a_hint() need not to be const --- diff --git a/autovivification.xs b/autovivification.xs index 93ec5cf..a71eb64 100644 --- a/autovivification.xs +++ b/autovivification.xs @@ -115,7 +115,7 @@ STATIC U32 a_hash = 0; STATIC UV a_hint(pTHX) { #define a_hint() a_hint(aTHX) - const SV *hint; + SV *hint; #if A_HAS_PERL(5, 9, 5) hint = Perl_refcounted_he_fetch(aTHX_ PL_curcop->cop_hints_hash, NULL,