This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd94e88
)
enable utf8 cache assertions on DEBUGGING builds
author
Dave Mitchell
<davem@fdisolutions.com>
Fri, 14 Sep 2007 22:28:03 +0000
(22:28 +0000)
committer
Dave Mitchell
<davem@fdisolutions.com>
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 */
-#if
def PERL_UTF8_CACHE_ASSERT
+#if
defined (PERL_UTF8_CACHE_ASSERT) || defined (DEBUGGING)
# define PERL___I -1
#else
# define PERL___I 1