projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bd94e88
)
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
patch
|
blob
|
blame
|
history
diff --git
a/intrpvar.h
b/intrpvar.h
index
f86b5fc
..
f572fdd
100644
(file)
--- 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