diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-06-05 13:09:46 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-07-03 14:05:48 -0600 |
commit | 839cfe5dcd857d5775f8c5d638b85b1a539d73c9 (patch) | |
tree | be26f24c6dd6ff581c7536b85efd3e01610f3346 /embed.fnc | |
parent | 86f766ab4498faec81165593180e92fcd9d760df (diff) | |
download | perl-839cfe5dcd857d5775f8c5d638b85b1a539d73c9.tar.gz |
Allow utf8.c to access 4 inversion list functions
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |