diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-09-10 21:53:53 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-09-10 21:53:53 +0000 |
commit | 7cd91da4aacbc06cf77f68a39f56e59a16d393bb (patch) | |
tree | 891ab859881b4aa893f7942bf75fbfa6428d0a16 /intrpvar.h | |
parent | 6d22e8706322aab39974e6e5d217f2b611af183d (diff) | |
download | perl-7cd91da4aacbc06cf77f68a39f56e59a16d393bb.tar.gz |
change #31246 unconditionally enabled utf8 cache debugging code
p4raw-link: @31246 on //depot/perl: 95ca8690fb514421b98da534c91bfd455c9daabc
p4raw-id: //depot/perl@31842
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 7cae473960..f86b5fc660 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 |