X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/9d88c94317aeac5dd26c1dbe8c2112dbe855d2b5..73c04bcfe1096173b00431f0cdc742894b15eef0:/icuSources/i18n/ucol_bld.h diff --git a/icuSources/i18n/ucol_bld.h b/icuSources/i18n/ucol_bld.h index a55bff83..67a28a36 100644 --- a/icuSources/i18n/ucol_bld.h +++ b/icuSources/i18n/ucol_bld.h @@ -1,7 +1,7 @@ /* ******************************************************************************* * -* Copyright (C) 2001, International Business Machines +* Copyright (C) 2001-2005, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* @@ -28,6 +28,7 @@ #include "unicode/utypes.h" #if !UCONFIG_NO_COLLATION +#if !UCONFIG_NO_COLLATION_BUILDER #include "ucol_imp.h" #include "ucol_tok.h" @@ -55,6 +56,7 @@ typedef struct { uint32_t fHigh; /*forbidden High */ } ucolCEGenerator; +#endif /* #if !UCONFIG_NO_COLLATION_BUILDER */ #endif /* #if !UCONFIG_NO_COLLATION */ #endif