This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Third consting batch
[perl5.git] / scope.c
diff --git a/scope.c b/scope.c
index debdd4b..56ea96f 100644 (file)
--- a/scope.c
+++ b/scope.c
@@ -604,7 +604,7 @@ Perl_save_aelem(pTHX_ const AV *av, I32 idx, SV **sptr)
 }
 
 void
-Perl_save_helem(pTHX_ const HV *hv, SV *key, SV **sptr)
+Perl_save_helem(pTHX_ HV *hv, SV *key, SV **sptr)
 {
     SV *sv;
     SSCHECK(4);