This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: Don’t set PL_expect when emitting USE tokens
authorFather Chrysostomos <sprout@cpan.org>
Thu, 21 Aug 2014 05:18:38 +0000 (22:18 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 25 Aug 2014 02:02:55 +0000 (19:02 -0700)
commit01e751b2b71ea7b314a35dd6012f98ea469069f6
tree1444e1638b45ae3470dc56675e9617640df2672c
parent1c6aa017a409609fa72ff9fd264ab682537bf528
toke.c: Don’t set PL_expect when emitting USE tokens

This is a follow-up to 52d0e95bf.

It is not necessary to set PL_expect (via TERM or OPERATOR) since
tokenize_use has already done it.  In 52d0e95bf I only changed one of
tokenize_use’s callers, and changed it the wrong way.

No behaviour changes.
toke.c