change #31246 unconditionally enabled utf8 cache debugging code
Dave Mitchell [Mon, 10 Sep 2007 21:53:53 +0000 (21:53 +0000)]
p4raw-link: @31246 on //depot/perl: 95ca8690fb514421b98da534c91bfd455c9daabc

p4raw-id: //depot/perl@31842

intrpvar.h

index 7cae473..f86b5fc 100644 (file)
@@ -476,7 +476,7 @@ PERLVARI(Icollation_standard, bool, TRUE)
 #ifdef PERL_UTF8_CACHE_ASSERT
 #  define PERL___I -1
 #else
-#  define PERL___I -1
+#  define PERL___I 1
 #endif
 PERLVARI(Iutf8cache, I8, PERL___I)     /* Is the utf8 caching code enabled? */
 #undef PERL___I