summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-04-28 19:48:40 -0600
committerKarl Williamson <khw@cpan.org>2014-05-30 10:24:27 -0600
commit31667e6b38c3085889b2f81b2b68a91520d75e49 (patch)
treeff1e944e11b87287edc80dffb1a66118adbf3493 /proto.h
parentb07262fd84b1e9ea4e247dfe6afa0f01f5bf0980 (diff)
downloadperl-31667e6b38c3085889b2f81b2b68a91520d75e49.tar.gz
regcomp.c, regexec.c: Move common code to a function
There are other cases where this functionality will be needed as well.
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 7a71622edf..f5793cc892 100644
--- a/proto.h
+++ b/proto.h
@@ -7025,6 +7025,7 @@ PERL_CALLCONV SV* Perl__get_regclass_nonbitmap_data(pTHX_ const regexp *prog, co
#define PERL_ARGS_ASSERT__GET_REGCLASS_NONBITMAP_DATA \
assert(node)
+PERL_CALLCONV void Perl__load_PL_utf8_foldclosures(pTHX);
#endif
#if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_REGEXEC_C) || defined(PERL_IN_UTF8_C)
PERL_CALLCONV SV* Perl__get_swash_invlist(pTHX_ SV* const swash)