diff options
author | Karl Williamson <khw@cpan.org> | 2014-09-06 21:30:14 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-09-06 21:44:48 -0600 |
commit | a5454c469023876ca9422440f302f587dba2a438 (patch) | |
tree | aab88fb26eeb758675bfe0d8014c2b710269d91c /embed.fnc | |
parent | 570afc52205374eff1efd9d307ca6ece2719dd2f (diff) | |
download | perl-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.fnc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 \ |