summaryrefslogtreecommitdiff
path: root/embed.h
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.h
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.h')
-rw-r--r--embed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 727e921f0c..6aa7eb5c63 100644
--- a/embed.h
+++ b/embed.h
@@ -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)