summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-02-27 13:12:49 -0700
committerKarl Williamson <public@khwilliamson.com>2011-02-27 19:21:32 -0700
commitc8453963c66d869ec2f19fde5d46805bcf04cf4f (patch)
tree1b96ecb6c38dd9b41d998a71a3f0d033392b7efc /embed.fnc
parentf508a60734257a13d3758f4d92f254fdb5ab797c (diff)
downloadperl-c8453963c66d869ec2f19fde5d46805bcf04cf4f.tar.gz
regcomp.c: Factor code into a function.
A future commit uses this same code, so put it into a common 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 83c6368955..1a18a3ab62 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -981,6 +981,7 @@ Ap |SV* |regclass_swash |NULLOK const regexp *prog \
#ifdef PERL_IN_REGCOMP_C
EMi |U8 |set_regclass_bit|NN struct RExC_state_t* pRExC_state|NN regnode* node|const U8 value|NN HV** nonbitmap_ptr
EMs |U8 |set_regclass_bit_fold|NN struct RExC_state_t *pRExC_state|NN regnode* node|const U8 value|NN HV** nonbitmap_ptr
+EMs |void |add_alternate |NN AV** alternate_ptr|NN U8* string|STRLEN len
#endif
Ap |I32 |pregexec |NN REGEXP * const prog|NN char* stringarg \
|NN char* strend|NN char* strbeg|I32 minend \