This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: Refactor code slightly in prep
authorKarl Williamson <public@khwilliamson.com>
Thu, 24 Nov 2011 03:11:26 +0000 (20:11 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 13 Jan 2012 16:58:34 +0000 (09:58 -0700)
commit786861f5594c35821fd2b5d1f40499b4d68c3daf
tree4b6ffcbf80a487478b89230e3d43afb9a717c523
parent4096c37b82feec9830bb16d931c5adc9fc74f928
utf8.c: Refactor code slightly in prep

Future commits will split up the necessary initialization into two
components.  This patch prepares for that without adding anything new.
utf8.c