From: Dave Mitchell Date: Mon, 10 Sep 2007 21:53:53 +0000 (+0000) Subject: change #31246 unconditionally enabled utf8 cache debugging code X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7cd91da4aacbc06cf77f68a39f56e59a16d393bb;p=p5sagit%2Fp5-mst-13.2.git change #31246 unconditionally enabled utf8 cache debugging code p4raw-link: @31246 on //depot/perl: 95ca8690fb514421b98da534c91bfd455c9daabc p4raw-id: //depot/perl@31842 --- diff --git a/intrpvar.h b/intrpvar.h index 7cae473..f86b5fc 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -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