ICU-8428 fix @draft vs. U_DRAFT inconsistency

X-SVN-Rev: 30116
This commit is contained in:
Markus Scherer 2011-05-16 20:45:25 +00:00
parent c1cae305f1
commit 36f6ca2868

View File

@ -420,7 +420,7 @@ uregex_getUText(URegularExpression *regexp,
*
* @draft ICU 4.8
*/
U_INTERNAL void U_EXPORT2
U_DRAFT void U_EXPORT2
uregex_refreshUText(URegularExpression *regexp,
UText *text,
UErrorCode *status);