Change 34887 by [EMAIL PROTECTED] on 2008/11/18 21:01:24
Note where there is a U8 of space.
Affected files ...
... //depot/perl/intrpvar.h#240 edit
Differences ...
==== //depot/perl/intrpvar.h#240 (text) ====
Index: perl/intrpvar.h
--- perl/intrpvar.h#239~34886~ 2008-11-18 12:32:23.000000000 -0800
+++ perl/intrpvar.h 2008-11-18 13:01:24.000000000 -0800
@@ -524,6 +524,8 @@
PERLVARI(Icryptseen, bool, FALSE) /* has fast crypt() been initialized? */
#endif
+/* Space for a U8 */
+
PERLVARI(Iglob_index, int, 0)
End of Patch.