]> granicus.if.org Git - icu/commitdiff
ICU-8428 fix @draft vs. U_DRAFT inconsistency
authorMarkus Scherer <markus.icu@gmail.com>
Mon, 16 May 2011 20:45:25 +0000 (20:45 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Mon, 16 May 2011 20:45:25 +0000 (20:45 +0000)
X-SVN-Rev: 30116

icu4c/source/i18n/unicode/uregex.h

index 31e6c6cc76bf489ebbc16c1a9f005557c5cde884..a53f82fbb2fdffb49acc2c3360eeec5328cfa06f 100644 (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);