From 49947b44604f4ad78042983f22bb71affe999fb9 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 18 Nov 2008 21:01:24 +0000 Subject: [PATCH] Note where there is a U8 of space. p4raw-id: //depot/perl@34887 --- intrpvar.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/intrpvar.h b/intrpvar.h index 5e684b9..a940657 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -524,6 +524,8 @@ PERLVAR(Ilast_swash_klen, U8) /* Only needs to store 0-10 */ PERLVARI(Icryptseen, bool, FALSE) /* has fast crypt() been initialized? */ #endif +/* Space for a U8 */ + PERLVARI(Iglob_index, int, 0) -- 2.7.4