This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix some signed/unsigned warnings
authorDavid Mitchell <davem@iabyn.com>
Thu, 3 Oct 2019 13:13:14 +0000 (14:13 +0100)
committerDavid Mitchell <davem@iabyn.com>
Thu, 3 Oct 2019 13:24:19 +0000 (14:24 +0100)
commit7d769928d688d1662c7e4bda7038ebdc70c42bad
tree9e1179e6be2be2af11e528ec6b43aee413eac33d
parent944ff78754da53b01432e183fc56d9a559614115
fix some signed/unsigned warnings

Note that utf8_distance returns IV, while STR_LEN is an unsigned value
of varying sizes.
pp.c
regexec.c