enable utf8 cache assertions on DEBUGGING builds
Dave Mitchell [Fri, 14 Sep 2007 22:28:03 +0000 (22:28 +0000)]
p4raw-id: //depot/perl@31868

intrpvar.h

index f86b5fc..f572fdd 100644 (file)
@@ -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