ICU-3271 Fix a compiler warning for Mac OS 8/9

X-SVN-Rev: 13323
This commit is contained in:
George Rhoten 2003-10-06 15:55:31 +00:00
parent 74b020b976
commit d91245b24c

View File

@ -1697,7 +1697,7 @@ The leftmost codepage (.xxx) wins.
int32_t lang = MAC_LC_INIT_NUMBER;
/* = GetScriptManagerVariable(smScriptLang);*/
int32_t date_region = MAC_LC_INIT_NUMBER;
char* posixID = 0;
const char* posixID = 0;
int32_t count = sizeof(mac_lc_recs) / sizeof(mac_lc_rec);
int32_t i;
Intl1Hndl ih;