Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 493bab27b671e28ee6ed6856588fa55af45084cf
https://github.com/Perl/perl5/commit/493bab27b671e28ee6ed6856588fa55af45084cf
Author: Dagfinn Ilmari Mannsåker <[email protected]>
Date: 2019-11-05 (Tue, 05 Nov 2019)
Changed paths:
M toke.c
Log Message:
-----------
Remove unused `key` parameter from `yyl_just_a_word`
Commit: 1edf42931bd0ef5d49f95e21e6db67f27158becb
https://github.com/Perl/perl5/commit/1edf42931bd0ef5d49f95e21e6db67f27158becb
Author: Dagfinn Ilmari Mannsåker <[email protected]>
Date: 2019-11-05 (Tue, 05 Nov 2019)
Changed paths:
M toke.c
Log Message:
-----------
Rename `tmp` local to `key` in `yyl_keylookup`
Also only initialise it just before it's actually used.
Commit: 1ea994e717d1d64160a3e457c2ae91fc8b2c3411
https://github.com/Perl/perl5/commit/1ea994e717d1d64160a3e457c2ae91fc8b2c3411
Author: Dagfinn Ilmari Mannsåker <[email protected]>
Date: 2019-11-05 (Tue, 05 Nov 2019)
Changed paths:
M toke.c
Log Message:
-----------
Remove unused `key` and `orig_keyword` parameters from `yyl_key_core`
They were only ever passed as zeros, so just make them local to the
function.
Compare: https://github.com/Perl/perl5/compare/708d39051b12...1ea994e717d1