ICU-535 fixed some compiler errors for UP-UX

X-SVN-Rev: 2174
This commit is contained in:
George Rhoten 2000-08-10 20:55:49 +00:00
parent 29a3449047
commit fe2193ec6b
2 changed files with 2 additions and 2 deletions
icu4c/source/test/cintltst

View file

@ -603,7 +603,7 @@ void setUpDataTable()
}
void cleanUpDataTable()
U_CFUNC void cleanUpDataTable()
{
int32_t i,j;
if(dataTable != NULL) {

View file

@ -35,5 +35,5 @@ int32_t MakeProp(char* str);
int32_t MakeDir(char* str);
void setUpDataTable(void);
void cleanUpDataTable(void);
U_CFUNC void cleanUpDataTable(void);
#endif