From 0fdb67b69cc7501cbcb5efe715178b87589e56e9 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 4 Apr 2006 20:30:45 +0000 Subject: [PATCH] ICU-4946 Allow stable API to work by undoing previous change. X-SVN-Rev: 19518 --- icu4c/source/common/unicode/utypes.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/icu4c/source/common/unicode/utypes.h b/icu4c/source/common/unicode/utypes.h index d6b30119b9e..47a3590c2e9 100644 --- a/icu4c/source/common/unicode/utypes.h +++ b/icu4c/source/common/unicode/utypes.h @@ -198,18 +198,17 @@ */ #define U_ICUDATA_ENTRY_POINT U_DEF2_ICUDATA_ENTRY_POINT(U_ICU_VERSION_MAJOR_NUM, U_ICU_VERSION_MINOR_NUM) -#ifndef U_HIDE_INTERNAL_API /** + * Do not use. * @internal */ #define U_DEF2_ICUDATA_ENTRY_POINT(major, minor) U_DEF_ICUDATA_ENTRY_POINT(major, minor) /** + * Do not use. * @internal */ #define U_DEF_ICUDATA_ENTRY_POINT(major, minor) icudt##major##minor##_dat -#endif /* U_HIDE_INTERNAL_API */ - /** * \def U_CALLCONV * Similar to U_CDECL_BEGIN/U_CDECL_END, this qualifier is necessary