]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/ucol_bld.h
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / i18n / ucol_bld.h
index a55bff83430ef72224dac773c71e7256d50a4e1d..67a28a36a5048df8e31668e399a874cb279cfab3 100644 (file)
@@ -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