]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/itrbbi.h
ICU-57131.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / itrbbi.h
index 86a2ac4251c49c3f468b32a19d897b7c9cda958f..856762a78c1a06ecdb75af6216518c9330c420dc 100644 (file)
@@ -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