diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-02-06 22:04:08 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-02-06 22:14:56 -0700 |
commit | c2b03b8c6e4ce64a629df6346d1cd5459b566267 (patch) | |
tree | 47816935221afc0bbee442e665943cdcc3b4b3a7 /proto.h | |
parent | f1a7609723ed7957eadf590a6ffbd7b77ff1d469 (diff) | |
download | perl-c2b03b8c6e4ce64a629df6346d1cd5459b566267.tar.gz |
regcomp: Add/subtract consts to match embed.fnc
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |