diff options
-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 |