ICU-4189 Reduce static library dependencies on conversion code,

and allow UCONFIG_NO_CONVERSION to work.

X-SVN-Rev: 16922
This commit is contained in:
George Rhoten 2004-12-06 06:09:20 +00:00
parent a643013936
commit 466b466b9f

View file

@ -127,12 +127,13 @@ uregex_open( const UChar *pattern,
*
* @draft ICU 3.0
*/
#if !UCONFIG_NO_CONVERSION
U_DRAFT URegularExpression * U_EXPORT2
uregex_openC( const char *pattern,
uint32_t flags,
UParseError *pe,
UErrorCode *status);
#endif