summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-08-14 11:09:58 -0600
committerKarl Williamson <public@khwilliamson.com>2013-09-24 11:36:13 -0600
commit9991ebf10b0e2a7e04fa47e0b73fdf86b19f7dec (patch)
tree1041c05b6c79979cfe82a717229cf1c5519e374f /embed.fnc
parent736d4498bb6fcdcbdbe19d1990bc08319ef4417a (diff)
downloadperl-9991ebf10b0e2a7e04fa47e0b73fdf86b19f7dec.tar.gz
regcomp.c: Extract code into separate function
A future commit will use this functionality from a second place. For now, just cut and paste, and do the minimal ancillary work to get it to compile and pass.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc7
1 files changed, 7 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 55e3f3672a..e34af13bc0 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2004,6 +2004,13 @@ Es |regnode*|regbranch |NN struct RExC_state_t *pRExC_state \
|NN I32 *flagp|I32 first|U32 depth
Es |STRLEN |reguni |NN const struct RExC_state_t *pRExC_state \
|UV uv|NN char *s
+Es |void |set_ANYOF_arg |NN struct RExC_state_t* const pRExC_state \
+ |NN regnode* const ret \
+ |NULLOK SV* const cp_list \
+ |NN SV* const listsv \
+ |const STRLEN initial_listsv_len \
+ |NULLOK SV* const swash \
+ |const bool has_user_defined_property
Es |regnode*|regclass |NN struct RExC_state_t *pRExC_state \
|NN I32 *flagp|U32 depth|const bool stop_at_1 \
|bool allow_multi_fold \