summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-01-10 16:42:19 -0700
committerKarl Williamson <public@khwilliamson.com>2013-01-11 11:50:38 -0700
commit410299687df9bab6276843b8261158e45e14f988 (patch)
treefb9b2162b4fab39dc126bb25223091dd2d848cd2 /embed.fnc
parentd71b76f689c577372aa8a0b376960b13c24d0a88 (diff)
downloadperl-410299687df9bab6276843b8261158e45e14f988.tar.gz
regcomp.c: Add capability for regclass() to return inversion list
This is currently unused, but will have regclass() return an inversion list instead of a node.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 88a244469c..2972b6d359 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1962,7 +1962,8 @@ Es |STRLEN |reguni |NN const struct RExC_state_t *pRExC_state \
Es |regnode*|regclass |NN struct RExC_state_t *pRExC_state \
|NN I32 *flagp|U32 depth|const bool stop_at_1 \
|bool allow_multi_fold \
- |const bool silence_non_portable
+ |const bool silence_non_portable \
+ |NULLOK SV** ret_invlist
Es |regnode*|reg_node |NN struct RExC_state_t *pRExC_state|U8 op
Es |UV |reg_recode |const char value|NN SV **encp
Es |regnode*|regpiece |NN struct RExC_state_t *pRExC_state \