X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/a0b4f637ba1a6c3c5651b61a69303b029bacf7d3..2ca993e82fb37b597a3c73ecd1586a139a6579c5:/icuSources/test/intltest/itrbbi.h diff --git a/icuSources/test/intltest/itrbbi.h b/icuSources/test/intltest/itrbbi.h index 86a2ac42..856762a7 100644 --- a/icuSources/test/intltest/itrbbi.h +++ b/icuSources/test/intltest/itrbbi.h @@ -1,6 +1,6 @@ /* ********************************************************************** -* Copyright (C) 1998-2001, International Business Machines Corporation +* Copyright (C) 1998-2016, International Business Machines Corporation * and others. All Rights Reserved. ********************************************************************** ************************************************************************ @@ -16,7 +16,7 @@ #include "unicode/utypes.h" -#if !UCONFIG_NO_BREAK_ITERATION +#if !UCONFIG_NO_BREAK_ITERATION && !UCONFIG_NO_REGULAR_EXPRESSIONS #include "intltest.h" @@ -26,6 +26,6 @@ public: void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); }; -#endif /* #if !UCONFIG_NO_BREAK_ITERATION */ +#endif /* #if !UCONFIG_NO_BREAK_ITERATION && !UCONFIG_NO_REGULAR_EXPRESSIONS */ #endif