ICU-5575 Don't export static function for urename.h

X-SVN-Rev: 22323
This commit is contained in:
George Rhoten 2007-08-08 20:00:37 +00:00
parent 0213ca2e46
commit 50b14d2beb

View File

@ -387,7 +387,7 @@ AnnualTimeZoneRule::getPreviousStart(const UDate base,
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeArrayTimeZoneRule)
// UComparator function for sorting start times
U_CFUNC int32_t
static int32_t
compareDates(const void * /*context*/, const void *left, const void *right) {
UDate l = *((UDate*)left);
UDate r = *((UDate*)right);