Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: f04eb08dc8f437d0e4883eaebf61eab1c77d4e8a
https://github.com/Perl/perl5/commit/f04eb08dc8f437d0e4883eaebf61eab1c77d4e8a
Author: James E Keenan <[email protected]>
Date: 2025-11-22 (Sat, 22 Nov 2025)
Changed paths:
M pp_ctl.c
Log Message:
-----------
pp_goto: Refactor out statement used in both if and else branches
The same (C) goto statement occurs at the end of each branch of an if-else
structure. We can move them to a single statement just after the conclusion
of the else branch.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications