diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-10-22 08:37:29 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-10-22 08:37:29 +0100 |
commit | 07455d8f47fa4e0ff93e1de0cdd7e3ef0d3582e2 (patch) | |
tree | 0edc1011a260d38e5f3605d57bc5230743949605 /intrpvar.h | |
parent | 779bc08a2d09bac4ec2647fa667f7926626950b1 (diff) | |
download | perl-07455d8f47fa4e0ff93e1de0cdd7e3ef0d3582e2.tar.gz |
Note the U8-sized space in intrpvar.h created by 737c24fc85ea612b.
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h index c798285349..ff6f017841 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. */ |