summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-09-06 21:30:14 -0600
committerKarl Williamson <khw@cpan.org>2014-09-06 21:44:48 -0600
commita5454c469023876ca9422440f302f587dba2a438 (patch)
treeaab88fb26eeb758675bfe0d8014c2b710269d91c /embed.fnc
parent570afc52205374eff1efd9d307ca6ece2719dd2f (diff)
downloadperl-a5454c469023876ca9422440f302f587dba2a438.tar.gz
regcomp.c: Extract out functionality into a function
This is in preparation for it being called from a 2nd place. The code was merely moved and outdented, and comments moved within the function and added to.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc3
1 files changed, 3 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index d1c73d457f..d25c78ed47 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2098,6 +2098,9 @@ Es |void |set_ANYOF_arg |NN RExC_state_t* const pRExC_state \
|NULLOK SV* const only_utf8_locale_list \
|NULLOK SV* const swash \
|const bool has_user_defined_property
+Es |AV* |add_multi_match|NULLOK AV* multi_char_matches \
+ |NN SV* multi_fold \
+ |const STRLEN cp_count
Es |regnode*|regclass |NN RExC_state_t *pRExC_state \
|NN I32 *flagp|U32 depth|const bool stop_at_1 \
|bool allow_multi_fold \