From 07455d8f47fa4e0ff93e1de0cdd7e3ef0d3582e2 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Fri, 22 Oct 2010 08:37:29 +0100 Subject: [PATCH] Note the U8-sized space in intrpvar.h created by 737c24fc85ea612b. --- intrpvar.h | 1 + 1 file changed, 1 insertion(+) 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. */ -- 2.7.4