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 /embed.fnc | |
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 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1529,6 +1529,7 @@ ApM |SV* |_get_regclass_nonbitmap_data \ |NN const struct regnode *node|bool doinit \ |NULLOK SV **listsvp \ |NULLOK SV **lonly_utf8_locale +EXp |void|_load_PL_utf8_foldclosures| #endif #if defined(PERL_IN_REGCOMP_C) || defined (PERL_IN_DUMP_C) EXMp |void |_invlist_dump |NN PerlIO *file|I32 level \ |