ICU-4946 Allow stable API to work by undoing previous change.

X-SVN-Rev: 19518
This commit is contained in:
George Rhoten 2006-04-04 20:30:45 +00:00
parent 6d5916a2ce
commit 0fdb67b69c

View file

@ -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