summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-06-05 13:09:46 -0600
committerKarl Williamson <public@khwilliamson.com>2011-07-03 14:05:48 -0600
commit839cfe5dcd857d5775f8c5d638b85b1a539d73c9 (patch)
treebe26f24c6dd6ff581c7536b85efd3e01610f3346 /embed.fnc
parent86f766ab4498faec81165593180e92fcd9d760df (diff)
downloadperl-839cfe5dcd857d5775f8c5d638b85b1a539d73c9.tar.gz
Allow utf8.c to access 4 inversion list functions
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 7ccff7c2df..16a1c9bc0b 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1320,6 +1320,8 @@ EiMR |SV* |invlist_clone |NN SV* const invlist
EiMR |UV* |get_invlist_iter_addr |NN SV* invlist
EiM |void |invlist_iterinit|NN SV* invlist
EsMR |bool |invlist_iternext|NN SV* invlist|NN UV* start|NN UV* end
+#endif
+#if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_UTF8_C)
EpM |void |_invlist_intersection |NN SV* const a|NN SV* const b|NN SV** i
EpM |void |_invlist_union |NN SV* const a|NN SV* const b|NN SV** output
EpM |void |_invlist_subtract|NN SV* const a|NN SV* const b|NN SV** result