From deee1cf6a2a4324c74c2e641b97403a152926fbc Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Thu, 7 Jul 2005 07:55:39 +0000 Subject: [PATCH] ICU-4620 no regex == no regex X-SVN-Rev: 18156 --- icu4c/source/i18n/uregexc.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/icu4c/source/i18n/uregexc.cpp b/icu4c/source/i18n/uregexc.cpp index 8a7f5246738..837bab0fcdc 100644 --- a/icu4c/source/i18n/uregexc.cpp +++ b/icu4c/source/i18n/uregexc.cpp @@ -1,6 +1,6 @@ /* ******************************************************************************* -* Copyright (C) 2003-2004, International Business Machines +* Copyright (C) 2003-2005, International Business Machines * Corporation and others. All Rights Reserved. ******************************************************************************* * file name: regexc.cpp @@ -17,7 +17,8 @@ // uregex_openC // //---------------------------------------------------------------------------------------- -#if !UCONFIG_NO_CONVERSION +#if !UCONFIG_NO_CONVERSION && !UCONFIG_NO_REGULAR_EXPRESSIONS + U_CAPI URegularExpression * U_EXPORT2 uregex_openC( const char *pattern, uint32_t flags,