This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp: Add/subtract consts to match embed.fnc
[perl5.git] / proto.h
diff --git a/proto.h b/proto.h
index 8441ee8..bff673e 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -28,7 +28,7 @@ PERL_CALLCONV void    Perl__append_range_to_invlist(pTHX_ HV* const invlist, const
 #define PERL_ARGS_ASSERT__APPEND_RANGE_TO_INVLIST      \
        assert(invlist)
 
-PERL_CALLCONV HV*      Perl__new_invlist(pTHX_ const IV initial_size)
+PERL_CALLCONV HV*      Perl__new_invlist(pTHX_ IV initial_size)
                        __attribute__warn_unused_result__;
 
 PERL_CALLCONV HV*      Perl__swash_inversion_hash(pTHX_ SV* const swash)