mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-535 fixed some compiler errors for UP-UX
X-SVN-Rev: 2174
This commit is contained in:
parent
29a3449047
commit
fe2193ec6b
2 changed files with 2 additions and 2 deletions
|
@ -603,7 +603,7 @@ void setUpDataTable()
|
|||
|
||||
}
|
||||
|
||||
void cleanUpDataTable()
|
||||
U_CFUNC void cleanUpDataTable()
|
||||
{
|
||||
int32_t i,j;
|
||||
if(dataTable != NULL) {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue