projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fd06b02
)
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
patch
|
blob
|
blame
|
history
diff --git
a/intrpvar.h
b/intrpvar.h
index
5e684b9
..
a940657
100644
(file)
--- 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)