summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2010-10-31 10:37:55 -0600
committerFather Chrysostomos <sprout@cpan.org>2010-10-31 15:51:13 -0700
commitf6ad78d8b847361e046c98c7811db99387508807 (patch)
tree1c3bf6bbf9bf3f12da6841c4fc8cc752264568ae /proto.h
parentb32d7d3e8f81b492f99ac325dc00ad4dca683023 (diff)
downloadperl-f6ad78d8b847361e046c98c7811db99387508807.tar.gz
reginclass: add some consts to prototype
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 0027180690..8cc3281f6d 100644
--- a/proto.h
+++ b/proto.h
@@ -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);