summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-04-28 20:55:50 -0600
committerKarl Williamson <khw@cpan.org>2014-05-30 10:33:02 -0600
commit8954b91a52258523bade4624c06e76d720ed31ae (patch)
tree9a5b6b54a3d4a01eb6da9e9b8d421f62edafe6b1 /embed.h
parent4f3da64afef7a66791ba9b5f80dd8a1c044604a6 (diff)
downloadperl-8954b91a52258523bade4624c06e76d720ed31ae.tar.gz
regcomp.c: Move code into a function
This is in preparation for it to be called from another 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 481bdac9bc..0e33affbc4 100644
--- a/embed.h
+++ b/embed.h
@@ -907,6 +907,7 @@
# if defined(PERL_IN_REGCOMP_C)
#define _append_range_to_invlist(a,b,c) S__append_range_to_invlist(aTHX_ a,b,c)
#define _invlist_array_init(a,b) S__invlist_array_init(aTHX_ a,b)
+#define add_above_Latin1_folds(a,b,c) S_add_above_Latin1_folds(aTHX_ a,b,c)
#define add_cp_to_invlist(a,b) S_add_cp_to_invlist(aTHX_ a,b)
#define add_data S_add_data
#define alloc_maybe_populate_EXACT(a,b,c,d,e,f) S_alloc_maybe_populate_EXACT(aTHX_ a,b,c,d,e,f)