diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-10-31 10:37:55 -0600 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-31 15:51:13 -0700 |
commit | f6ad78d8b847361e046c98c7811db99387508807 (patch) | |
tree | 1c3bf6bbf9bf3f12da6841c4fc8cc752264568ae /proto.h | |
parent | b32d7d3e8f81b492f99ac325dc00ad4dca683023 (diff) | |
download | perl-f6ad78d8b847361e046c98c7811db99387508807.tar.gz |
reginclass: add some consts to prototype
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6425,7 +6425,7 @@ STATIC U8* S_reghopmaybe3(U8 *s, I32 off, const U8 *lim) #define PERL_ARGS_ASSERT_REGHOPMAYBE3 \ assert(s); assert(lim) -STATIC bool S_reginclass(pTHX_ const regexp *prog, const regnode *n, const U8 *p, STRLEN *lenp, bool do_utf8sv_is_utf8) +STATIC bool S_reginclass(pTHX_ const regexp * const prog, const regnode * const n, const U8 * const p, STRLEN *lenp, bool const do_utf8sv_is_utf8) __attribute__warn_unused_result__ __attribute__nonnull__(pTHX_2) __attribute__nonnull__(pTHX_3); |