diff options
author | Karl Williamson <khw@cpan.org> | 2014-04-28 19:48:40 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-05-30 10:24:27 -0600 |
commit | 31667e6b38c3085889b2f81b2b68a91520d75e49 (patch) | |
tree | ff1e944e11b87287edc80dffb1a66118adbf3493 /proto.h | |
parent | b07262fd84b1e9ea4e247dfe6afa0f01f5bf0980 (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |