summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-02-06 22:04:08 -0700
committerKarl Williamson <public@khwilliamson.com>2011-02-06 22:14:56 -0700
commitc2b03b8c6e4ce64a629df6346d1cd5459b566267 (patch)
tree47816935221afc0bbee442e665943cdcc3b4b3a7 /proto.h
parentf1a7609723ed7957eadf590a6ffbd7b77ff1d469 (diff)
downloadperl-c2b03b8c6e4ce64a629df6346d1cd5459b566267.tar.gz
regcomp: Add/subtract consts to match embed.fnc
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 8441ee810e..bff673e20e 100644
--- 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)