This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
intrpvar.h: Initialize two variables
authorKarl Williamson <khw@cpan.org>
Sun, 2 Jul 2023 19:30:59 +0000 (13:30 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 21 Aug 2023 14:13:40 +0000 (08:13 -0600)
commit1f2e6db5b11f90df63370da7a1e0c4234394616b
tree385936ecf15225cfbac22bdbc7f1ceee3a6420f9
parent1892bf8c3ca0bdfe5f0667cb756fcaeb6b2312b8
intrpvar.h: Initialize two variables

This isn't a bug, as they currently get set up, but it is safer to
initialize variables when we know that what their initial value will
always be.  Here, we know that we are going to start out in the C
locale, which isn't UTF-8.
intrpvar.h