summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-10-18 19:58:45 -0600
committerKarl Williamson <khw@cpan.org>2018-10-20 00:09:56 -0600
commite40c711d0c25d143bda13fc8ce188050d8d2ccf6 (patch)
tree1373eb1a54e7b228116e04d7685639f9d324fd73 /embed.fnc
parenta3ff97cf29e5b9d0f9c6bb019c9680b6f7575bd6 (diff)
downloadperl-e40c711d0c25d143bda13fc8ce188050d8d2ccf6.tar.gz
regcomp.c: Extract code into a function
This should have no changes in behavior, and is for a future commit where this code will be called from a second place.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index e635918a3b..0838fa70a6 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2412,6 +2412,7 @@ Es |regnode_offset|handle_regex_sets|NN RExC_state_t *pRExC_state \
|NULLOK SV ** return_invlist \
|NN I32 *flagp|U32 depth \
|NN char * const oregcomp_parse
+Es |void |set_regex_pv |NN RExC_state_t *pRExC_state|NN REGEXP *Rx
#if defined(DEBUGGING) && defined(ENABLE_REGEX_SETS_DEBUGGING)
Es |void |dump_regex_sets_structures \
|NN RExC_state_t *pRExC_state \