ICU-4218 build with UCONFIG_NO_SERVICE

X-SVN-Rev: 16853
This commit is contained in:
Steven R. Loomis 2004-11-13 02:33:36 +00:00
parent 12176f4596
commit 6dc440bcf8

View File

@ -238,6 +238,8 @@ void IntlTestNumberFormatAPI::testAPI(/* char* par */)
delete per_fr;
}
#if !UCONFIG_NO_SERVICE
#define SRC_LOC Locale::getFrance()
#define SWAP_LOC Locale::getUS()
@ -280,6 +282,7 @@ private:
};
char NFTestFactory::gID = 0;
#endif
void
IntlTestNumberFormatAPI::testRegistration()