mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5575 Don't export static function for urename.h
X-SVN-Rev: 22323
This commit is contained in:
parent
0213ca2e46
commit
50b14d2beb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue