From: Dave Mitchell Date: Fri, 14 Sep 2007 22:28:03 +0000 (+0000) Subject: enable utf8 cache assertions on DEBUGGING builds X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=edd11d75de0f04be0ff778f7a463c770919a787b;p=p5sagit%2Fp5-mst-13.2.git enable utf8 cache assertions on DEBUGGING builds p4raw-id: //depot/perl@31868 --- diff --git a/intrpvar.h b/intrpvar.h index f86b5fc..f572fdd 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