diff options
-rw-r--r-- | intrpvar.h | 2 |
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) |