This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_sv_vcatpvfn_flags: make 'fill' var a boolean
authorDavid Mitchell <davem@iabyn.com>
Thu, 25 May 2017 11:09:52 +0000 (12:09 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 7 Jun 2017 08:11:04 +0000 (09:11 +0100)
commit5f7104e27bf393e7a375da488b5653e69e55d8da
tree7f0841fe648b7501d8eb9872f936b8e40c219eb4
parent1ea5772b2b77bacf4da0d91a7ae6c88d8f7b834d
Perl_sv_vcatpvfn_flags: make 'fill' var a boolean

Currently the 'fill' local variable is a char, but it only ever holds the
values ' ' or '0'. Make it into a boolean flag instead.
sv.c