diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-09-14 22:28:03 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-09-14 22:28:03 +0000 |
commit | edd11d75de0f04be0ff778f7a463c770919a787b (patch) | |
tree | 5a7116920f810d0a522fd7309d8d60c244baebc5 /intrpvar.h | |
parent | bd94e8870784246bb7caab6a441839b05491de37 (diff) | |
download | perl-edd11d75de0f04be0ff778f7a463c770919a787b.tar.gz |
enable utf8 cache assertions on DEBUGGING builds
p4raw-id: //depot/perl@31868
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 f86b5fc660..f572fddf28 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -473,7 +473,7 @@ PERLVARI(Icollation_standard, bool, TRUE) #endif /* USE_LOCALE_COLLATE */ -#ifdef PERL_UTF8_CACHE_ASSERT +#if defined (PERL_UTF8_CACHE_ASSERT) || defined (DEBUGGING) # define PERL___I -1 #else # define PERL___I 1 |