Note where there is a U8 of space.
Nicholas Clark [Tue, 18 Nov 2008 21:01:24 +0000 (21:01 +0000)]
p4raw-id: //depot/perl@34887

intrpvar.h

index 5e684b9..a940657 100644 (file)
@@ -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)