This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: Use local variable instead of global
authorKarl Williamson <khw@cpan.org>
Sat, 6 Apr 2019 18:29:07 +0000 (12:29 -0600)
committerKarl Williamson <khw@cpan.org>
Wed, 10 Apr 2019 15:14:22 +0000 (09:14 -0600)
commitf66d79a78297dbaacfbed2494502bffbba564f8e
tree1db6f38e152ba787596b1030b09ef5c3b4505c0a
parent3fb2d8201ab53c5527725c33b85176ee4f51358f
toke.c: Use local variable instead of global

These two lines used a PL_ variable, whereas every other use in this
function is a local copy of it.  Change for consistency.
toke.c