mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 18:25:57 +00:00
ICU-597 Hopeful changes to compile on AS/400
X-SVN-Rev: 2462
This commit is contained in:
parent
1b306ad4fe
commit
79c49e470a
1 changed files with 2 additions and 2 deletions
|
@ -38,9 +38,9 @@ U_CAPI void U_EXPORT2 ucnv_orphanAllConverters();
|
|||
|
||||
static char* _testDirectory=NULL;
|
||||
#if defined(OS400)
|
||||
int main (int args, char** argv)
|
||||
int main (int argc, char* argv[])
|
||||
#else
|
||||
int main ( int argc, const char **argv )
|
||||
int main ( int argc, const char *argv[] )
|
||||
#endif
|
||||
{
|
||||
int nerrors;
|
||||
|
|
Loading…
Add table
Reference in a new issue