From 124b279941631e0e68a11e71a7d39b23dba4f779 Mon Sep 17 00:00:00 2001 From: Jonathan Kew Date: Tue, 20 May 2008 16:47:06 +0000 Subject: 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 --- Build/source/libs/icu-xetex/common/ubidi.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Build/source/libs/icu-xetex') 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 */ /****************************************************************** -- cgit v1.2.3