ICU-865 as/400 needs ../callcoll.c too

X-SVN-Rev: 3909
This commit is contained in:
George Rhoten 2001-03-06 01:29:30 +00:00
parent a48efc30aa
commit 78a56fc435

View File

@ -4,26 +4,11 @@
* others. All Rights Reserved. * others. All Rights Reserved.
********************************************************************/ ********************************************************************/
#ifndef _COLL
#include "unicode/coll.h" #include "unicode/coll.h"
#endif
#ifndef _TBLCOLL
#include "unicode/tblcoll.h" #include "unicode/tblcoll.h"
#endif
#ifndef _UNISTR
#include "unicode/unistr.h" #include "unicode/unistr.h"
#endif
#ifndef _SORTKEY
#include "unicode/sortkey.h" #include "unicode/sortkey.h"
#endif
#ifndef _ALLCOLL
#include "allcoll.h" #include "allcoll.h"
#endif
#include "sfwdchit.h" #include "sfwdchit.h"
/* /*
@ -31,11 +16,7 @@
* This helps maintain a single copy of the data. * This helps maintain a single copy of the data.
*/ */
#define INCLUDE_CALLCOLL_C #define INCLUDE_CALLCOLL_C
#ifndef __OS400__
#include "../cintltst/callcoll.c" #include "../cintltst/callcoll.c"
#else
#include "cintltst/callcoll.c"
#endif
CollationDummyTest::CollationDummyTest() CollationDummyTest::CollationDummyTest()
: myCollation(0) : myCollation(0)