ICU-1541 Undo some of the EXPORT2 changes

X-SVN-Rev: 8180
This commit is contained in:
George Rhoten 2002-03-21 19:31:32 +00:00
parent a78f77abb4
commit 441d7129ba

View File

@ -108,7 +108,7 @@ static const UConverterSharedData *getAlgorithmicTypeFromName (const char *realN
/**
* Un flatten shared data from a UDATA..
*/
U_CAPI UConverterSharedData* U_EXPORT2 ucnv_data_unFlattenClone(UDataMemory *pData, UErrorCode *status);
static UConverterSharedData* ucnv_data_unFlattenClone(UDataMemory *pData, UErrorCode *status);
/*initializes some global variables */
static UHashtable *SHARED_DATA_HASHTABLE = NULL;
@ -486,7 +486,7 @@ ucnv_createConverter (const char *converterName, UErrorCode * err)
return myUConverter;
}
U_CAPI UConverterSharedData* U_EXPORT2
static UConverterSharedData*
ucnv_data_unFlattenClone(UDataMemory *pData, UErrorCode *status)
{
/* UDataInfo info; -- necessary only if some converters have different formatVersion */