In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/07455d8f47fa4e0ff93e1de0cdd7e3ef0d3582e2?hp=779bc08a2d09bac4ec2647fa667f7926626950b1>
- Log ----------------------------------------------------------------- commit 07455d8f47fa4e0ff93e1de0cdd7e3ef0d3582e2 Author: Nicholas Clark <[email protected]> Date: Fri Oct 22 08:37:29 2010 +0100 Note the U8-sized space in intrpvar.h created by 737c24fc85ea612b. ----------------------------------------------------------------------- Summary of changes: intrpvar.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/intrpvar.h b/intrpvar.h index c798285..ff6f017 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -295,6 +295,7 @@ The C variable which corresponds to Perl's $^W warning variable. */ PERLVAR(Idowarn, U8) + /* Space for a U8 */ PERLVAR(Isawampersand, bool) /* must save all match strings */ PERLVAR(Iunsafe, bool) PERLVAR(Iexit_flags, U8) /* was exit() unexpected, etc. */ -- Perl5 Master Repository
