mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 15:05:53 +00:00
ICU-4620 no regex == no regex
X-SVN-Rev: 18156
This commit is contained in:
parent
9d29225514
commit
deee1cf6a2
1 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue