summaryrefslogtreecommitdiff
path: root/regcharclass.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2012-11-17 14:02:18 +0100
committerYves Orton <demerphq@gmail.com>2012-11-17 14:02:18 +0100
commit122a2d8fe9130b9626e234dde2dd530756407ab0 (patch)
tree6fff7045abada65ede2254ed31362e2ef191816b /regcharclass.h
parentee98d22d3f83f14ecaaaefd176f9630c0f262afd (diff)
downloadperl-122a2d8fe9130b9626e234dde2dd530756407ab0.tar.gz
make regcharclass hash order determinisitic
Diffstat (limited to 'regcharclass.h')
-rw-r--r--regcharclass.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/regcharclass.h b/regcharclass.h
index c977a56c3b..f7b42294d4 100644
--- a/regcharclass.h
+++ b/regcharclass.h
@@ -563,7 +563,7 @@
: ( 0xE1 == ((U8*)s)[0] ) ? \
( ( 0xBC == ((U8*)s)[1] ) ? \
( ( ( ( ( ((U8*)s)[2] & 0xD8 ) == 0x80 ) && ( 0xCE == ((U8*)s)[3] ) ) && ( 0xB9 == ((U8*)s)[4] ) ) ? 5 : 0 )\
- : ( ( ( ( 0xBD == ((U8*)s)[1] ) && ( ( ( ((U8*)s)[2] & 0xF8 ) == 0xA0 ) || ((U8*)s)[2] == 0xB0 || ( ( ((U8*)s)[2] & 0xF7 ) == 0xB4 ) ) ) && ( 0xCE == ((U8*)s)[3] ) ) && ( 0xB9 == ((U8*)s)[4] ) ) ? 5 : 0 )\
+ : ( ( ( ( 0xBD == ((U8*)s)[1] ) && ( ( ( ((U8*)s)[2] & 0xF8 ) == 0xA0 ) || ( ( ((U8*)s)[2] & 0xFB ) == 0xB0 ) || ((U8*)s)[2] == 0xBC ) ) && ( 0xCE == ((U8*)s)[3] ) ) && ( 0xB9 == ((U8*)s)[4] ) ) ? 5 : 0 )\
: 0 ) \
: ((e)-(s) > 4) ? \
( ( 0x61 == ((U8*)s)[0] ) ? \
@@ -615,7 +615,7 @@
: ( 0xE1 == ((U8*)s)[0] ) ? \
( ( 0xBC == ((U8*)s)[1] ) ? \
( ( ( ( ( ((U8*)s)[2] & 0xD8 ) == 0x80 ) && ( 0xCE == ((U8*)s)[3] ) ) && ( 0xB9 == ((U8*)s)[4] ) ) ? 5 : 0 )\
- : ( ( ( ( 0xBD == ((U8*)s)[1] ) && ( ( ( ((U8*)s)[2] & 0xF8 ) == 0xA0 ) || ((U8*)s)[2] == 0xB0 || ( ( ((U8*)s)[2] & 0xF7 ) == 0xB4 ) ) ) && ( 0xCE == ((U8*)s)[3] ) ) && ( 0xB9 == ((U8*)s)[4] ) ) ? 5 : 0 )\
+ : ( ( ( ( 0xBD == ((U8*)s)[1] ) && ( ( ( ((U8*)s)[2] & 0xF8 ) == 0xA0 ) || ( ( ((U8*)s)[2] & 0xFB ) == 0xB0 ) || ((U8*)s)[2] == 0xBC ) ) && ( 0xCE == ((U8*)s)[3] ) ) && ( 0xB9 == ((U8*)s)[4] ) ) ? 5 : 0 )\
: 0 ) \
: ((e)-(s) > 3) ? \
( ( 0x61 == ((U8*)s)[0] ) ? \