Discussion:
Change 31842: change #31832 unconditionally enabled utf8 cache debugging code
(too old to reply)
Dave Mitchell
2007-09-10 22:00:02 UTC
Permalink
Change 31842 by ***@davem-pigeon on 2007/09/10 21:53:53

change #31832 unconditionally enabled utf8 cache debugging code

Affected files ...

... //depot/perl/intrpvar.h#216 edit

Differences ...

==== //depot/perl/intrpvar.h#216 (text) ====
Index: perl/intrpvar.h
--- perl/intrpvar.h#215~31770~ 2007-08-31 02:07:51.000000000 -0700
+++ perl/intrpvar.h 2007-09-10 14:53:53.000000000 -0700
@@ -476,7 +476,7 @@
#ifdef PERL_UTF8_CACHE_ASSERT
# define PERL___I -1
#else
-# define PERL___I -1
+# define PERL___I 1
#endif
PERLVARI(Iutf8cache, I8, PERL___I) /* Is the utf8 caching code enabled? */
#undef PERL___I
End of Patch.
Nicholas Clark
2007-09-10 22:37:36 UTC
Permalink
Post by Dave Mitchell
change #31832 unconditionally enabled utf8 cache debugging code
You meant 31246?
I assumed so, so fixed the message.

Nicholas Clark
Dave Mitchell
2007-09-10 22:39:59 UTC
Permalink
Post by Nicholas Clark
Post by Dave Mitchell
change #31832 unconditionally enabled utf8 cache debugging code
You meant 31246?
I assumed so, so fixed the message.
Er, yes, thanks. I have no idea where I managed to cut+paste that number
from!
--
Hofstadter's Law: It always takes longer than you expect, even when you
take into account Hofstadter's Law.
Loading...