diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-28 23:02:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-28 23:02:08 +0000 |
commit | 962c0ffb017938baa06b798bbf5874b9f0651427 (patch) | |
tree | bf4a3fd2b50d78f79241d144a26844a36266d887 /Build/source/libs/icu/TLpatches/patch-20-private | |
parent | 61b1ed98c4ffc87730591bd56331fe22e9a83a49 (diff) |
icu 61.1
git-svn-id: svn://tug.org/texlive/trunk@47166 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu/TLpatches/patch-20-private')
-rw-r--r-- | Build/source/libs/icu/TLpatches/patch-20-private | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/Build/source/libs/icu/TLpatches/patch-20-private b/Build/source/libs/icu/TLpatches/patch-20-private index ec7ade078de..3991494affe 100644 --- a/Build/source/libs/icu/TLpatches/patch-20-private +++ b/Build/source/libs/icu/TLpatches/patch-20-private @@ -5,34 +5,25 @@ http://tug.org/pipermail/tlbuild/2016q1/003438.html (and starting at http://tug.org/pipermail/tlbuild/2016q1/003433.html) -Index: source/i18n/dayperiodrules.h -=================================================================== ---- source/i18n/dayperiodrules.h (revision 43491) -+++ source/i18n/dayperiodrules.h (working copy) -@@ -55,7 +55,7 @@ - // Returns the center of dayPeriod. Half hours are indicated with a .5 . +--- source/i18n/dayperiodrules.h.ORIG 2018-03-26 06:38:30.000000000 -0700 ++++ source/i18n/dayperiodrules.h 2018-03-28 15:41:21.288451156 -0700 +@@ -56,5 +56,5 @@ double getMidPointForDayPeriod(DayPeriod dayPeriod, UErrorCode &errorCode) const; -private: +/* nothing private to placate old compilers --karl/koch private: */ DayPeriodRules(); - // Translates "morning1" to DAYPERIOD_MORNING1, for example. -Index: source/i18n/unicode/dtitvinf.h -=================================================================== ---- source/i18n/unicode/dtitvinf.h (revision 43491) -+++ source/i18n/unicode/dtitvinf.h (working copy) -@@ -330,7 +330,7 @@ - static UClassID U_EXPORT2 getStaticClassID(); +--- source/i18n/unicode/dtitvinf.h.ORIG 2018-03-26 06:38:30.000000000 -0700 ++++ source/i18n/unicode/dtitvinf.h 2018-03-28 15:41:21.288451156 -0700 +@@ -329,5 +329,5 @@ -private: +/* nothing private to placate old compilers --karl/koch private: */ /** * DateIntervalFormat will need access to - * getBestSkeleton(), parseSkeleton(), enum IntervalPatternIndex, -@@ -364,7 +364,8 @@ - kIPI_MAX_INDEX +@@ -363,5 +363,6 @@ }; public: -#ifndef U_HIDE_INTERNAL_API @@ -40,9 +31,7 @@ Index: source/i18n/unicode/dtitvinf.h +/* ifndef U_HIDE_INTERNAL_API */ /** * Max index for stored interval patterns - * @internal ICU 4.4 -@@ -372,8 +373,8 @@ - enum { +@@ -371,6 +372,6 @@ kMaxIntervalPatternIndex = kIPI_MAX_INDEX }; -#endif /* U_HIDE_INTERNAL_API */ @@ -51,4 +40,3 @@ Index: source/i18n/unicode/dtitvinf.h +/* nothing private to placate old compilers --karl/koch private: */ - /** |