ICU-4539 Fix some platform specific problems.

X-SVN-Rev: 17858
This commit is contained in:
George Rhoten 2005-06-09 23:54:30 +00:00
parent 2883b432a1
commit 0b54cf03e6
2 changed files with 3 additions and 3 deletions

View File

@ -43,9 +43,9 @@ TransliterationRuleData::TransliterationRuleData(UErrorCode& status)
TransliterationRuleData::TransliterationRuleData(const TransliterationRuleData& other) :
UMemory(other), ruleSet(other.ruleSet),
variablesAreOwned(TRUE),
variablesBase(other.variablesBase),
variablesLength(other.variablesLength),
variablesAreOwned(TRUE)
variablesLength(other.variablesLength)
{
UErrorCode status = U_ZERO_ERROR;
variableNames = new Hashtable(status);

View File

@ -81,7 +81,7 @@ public:
* the same variables list, so only the first one is considered to own
* the variables)
*/
bool variablesAreOwned;
UBool variablesAreOwned;
/**
* The character that represents variables[0]. Characters