This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
find_byclass, regrepeat: remove is_utf8_pat arg
authorDavid Mitchell <davem@iabyn.com>
Sat, 18 May 2013 12:25:36 +0000 (13:25 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 2 Jun 2013 21:28:50 +0000 (22:28 +0100)
commitf9176b44e50593d8f3446da63d3989558f6d4c20
tree6590999ffe07dff86057ab4216ff941f6461a162
parent220db18a521ebfe89f81d1f28862104b021164f3
find_byclass, regrepeat: remove is_utf8_pat arg

Remove the is_utf8_pat arg from these two static functions in regexec.c.
Since both these functions are now passed a valid reginfo pointer, this
info is already available as one of the fields in that struct.
embed.fnc
embed.h
proto.h
regexec.c