From: Nicholas Clark Date: Tue, 18 Nov 2008 21:01:24 +0000 (+0000) Subject: Note where there is a U8 of space. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=49947b44604f4ad78042983f22bb71affe999fb9;p=p5sagit%2Fp5-mst-13.2.git Note where there is a U8 of space. p4raw-id: //depot/perl@34887 --- 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)