diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2008-05-20 16:47:06 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2008-05-20 16:47:06 +0000 |
commit | 124b279941631e0e68a11e71a7d39b23dba4f779 (patch) | |
tree | d35cc3abfc592571de373c441ace1406ed069785 /Build/source/libs | |
parent | 8d71efe4e14333d76a0536498f3d06af1ea2e27b (diff) |
patch ubidi.c to fix conflict on hp-ux and irix
git-svn-id: svn://tug.org/texlive/trunk@8253 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs')
-rw-r--r-- | Build/source/libs/icu-xetex/common/ubidi.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/libs/icu-xetex/common/ubidi.c b/Build/source/libs/icu-xetex/common/ubidi.c index 53941fd56d2..edd693a0443 100644 --- a/Build/source/libs/icu-xetex/common/ubidi.c +++ b/Build/source/libs/icu-xetex/common/ubidi.c @@ -800,6 +800,12 @@ static const uint8_t groupProp[] = /* dirProp regrouped */ /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NSM BN */ 0, 1, 2, 7, 8, 3, 9, 6, 5, 4, 4, 10, 10, 12, 10, 10, 10, 11, 10 }; + +/* #undef symbols that may have been defined by ctype.h on IRIX or HP-UX */ +#undef _L +#undef _S +#undef _B + enum { _L=0, _R=1, _EN=2, _AN=3, _ON=4, _S=5, _B=6 }; /* reduced dirProp */ /****************************************************************** |