This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Reorder some statements in a switch()
authorKarl Williamson <khw@cpan.org>
Thu, 16 Nov 2023 14:57:17 +0000 (07:57 -0700)
committerKarl Williamson <khw@cpan.org>
Wed, 13 Dec 2023 01:44:36 +0000 (18:44 -0700)
commite9ca90b7f7b551631b5b28ca8dfaf648d664c6ab
tree8d401cf188cfbf8af7804a1033f159373c81f8fc
parent9c9f027c0b3cefac4f8c457d3a1733e77202084a
locale.c: Reorder some statements in a switch()

This unifies the common text in two case: statements, and makes all of
them do their business in the same order.

This makes it easier to compare and contrast the actions of the various
case:s
locale.c