diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-02-27 13:12:49 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-02-27 19:21:32 -0700 |
commit | c8453963c66d869ec2f19fde5d46805bcf04cf4f (patch) | |
tree | 1b96ecb6c38dd9b41d998a71a3f0d033392b7efc /embed.h | |
parent | f508a60734257a13d3758f4d92f254fdb5ab797c (diff) | |
download | perl-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.h')
-rw-r--r-- | embed.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -866,6 +866,7 @@ #define regcurly(a) S_regcurly(aTHX_ a) # endif # if defined(PERL_IN_REGCOMP_C) +#define add_alternate(a,b,c) S_add_alternate(aTHX_ a,b,c) #define add_data S_add_data #define add_range_to_invlist(a,b,c) S_add_range_to_invlist(aTHX_ a,b,c) #define checkposixcc(a) S_checkposixcc(aTHX_ a) |