summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-03-31 14:00:25 -0600
committerKarl Williamson <khw@cpan.org>2019-11-20 15:26:02 -0700
commit332f44b7fda4d21503e806a594af30ad4109c290 (patch)
tree425c73aead677d78d71be8012e1466f21677f5de /embed.fnc
parent34924db0919c191e271602c82cb2de7784fc63a4 (diff)
downloadperl-332f44b7fda4d21503e806a594af30ad4109c290.tar.gz
regcomp.c: Add invlist_lowest() and use it
This makes it less complicated to find the lowest code point in an inversion list. This makes the place where it's used clearer as to what is going on. And it may eventually be used in more than one place.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index cb49719332..3a75a4cd1f 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1887,6 +1887,7 @@ EiT |void |invlist_iterfinish|NN SV* invlist
EiRT |bool |invlist_is_iterating|NN SV* const invlist
EiR |SV* |invlist_contents|NN SV* const invlist \
|const bool traditional_style
+EixRT |UV |invlist_lowest|NN SV* const invlist
#ifndef PERL_EXT_RE_BUILD
EiRT |UV* |_invlist_array_init |NN SV* const invlist|const bool will_have_0
EiRT |UV |invlist_max |NN SV* const invlist