mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-865 as/400 needs ../callcoll.c too
X-SVN-Rev: 3909
This commit is contained in:
parent
a48efc30aa
commit
78a56fc435
1 changed files with 0 additions and 19 deletions
|
@ -4,26 +4,11 @@
|
|||
* others. All Rights Reserved.
|
||||
********************************************************************/
|
||||
|
||||
#ifndef _COLL
|
||||
#include "unicode/coll.h"
|
||||
#endif
|
||||
|
||||
#ifndef _TBLCOLL
|
||||
#include "unicode/tblcoll.h"
|
||||
#endif
|
||||
|
||||
#ifndef _UNISTR
|
||||
#include "unicode/unistr.h"
|
||||
#endif
|
||||
|
||||
#ifndef _SORTKEY
|
||||
#include "unicode/sortkey.h"
|
||||
#endif
|
||||
|
||||
#ifndef _ALLCOLL
|
||||
#include "allcoll.h"
|
||||
#endif
|
||||
|
||||
#include "sfwdchit.h"
|
||||
|
||||
/*
|
||||
|
@ -31,11 +16,7 @@
|
|||
* This helps maintain a single copy of the data.
|
||||
*/
|
||||
#define INCLUDE_CALLCOLL_C
|
||||
#ifndef __OS400__
|
||||
#include "../cintltst/callcoll.c"
|
||||
#else
|
||||
#include "cintltst/callcoll.c"
|
||||
#endif
|
||||
|
||||
CollationDummyTest::CollationDummyTest()
|
||||
: myCollation(0)
|
||||
|
|
Loading…
Add table
Reference in a new issue