This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Change function return from I32 to bool
authorKarl Williamson <khw@cpan.org>
Sun, 18 Oct 2015 16:04:51 +0000 (10:04 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 19 Oct 2015 18:33:33 +0000 (12:33 -0600)
commit63f46dab587cd2c3960cf62dd7df28c9e5eafb07
tree6f9b8fb50006d4d790e83e90363b397606b1981b
parent4ad5ee5b0fbb525f0c08d89826a19516925b945a
regexec.c: Change function return from I32 to bool

This only returns TRUE or FALSE; no need for a wider return value.
embed.fnc
proto.h
regexec.c