summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-18 21:01:24 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-18 21:01:24 +0000
commit49947b44604f4ad78042983f22bb71affe999fb9 (patch)
treef83ea018ab702d50037f8db1f3b7947b62cf979f /intrpvar.h
parentfd06b02ce1aae5ae555b7101c2fe3e521cb2fd9f (diff)
downloadperl-49947b44604f4ad78042983f22bb71affe999fb9.tar.gz
Note where there is a U8 of space.
p4raw-id: //depot/perl@34887
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 5e684b952c..a940657b6d 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)