diff options
Diffstat (limited to 'Build/source/libs/icu/TLpatches/patch-20-private')
-rw-r--r-- | Build/source/libs/icu/TLpatches/patch-20-private | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Build/source/libs/icu/TLpatches/patch-20-private b/Build/source/libs/icu/TLpatches/patch-20-private index 3991494affe..5cea1c18349 100644 --- a/Build/source/libs/icu/TLpatches/patch-20-private +++ b/Build/source/libs/icu/TLpatches/patch-20-private @@ -5,8 +5,8 @@ http://tug.org/pipermail/tlbuild/2016q1/003438.html (and starting at http://tug.org/pipermail/tlbuild/2016q1/003433.html) ---- 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 +--- source/i18n/dayperiodrules.h~ 2019-10-03 04:16:41.000000000 -0700 ++++ source/i18n/dayperiodrules.h 2019-12-11 15:38:52.103766812 -0800 @@ -56,5 +56,5 @@ double getMidPointForDayPeriod(DayPeriod dayPeriod, UErrorCode &errorCode) const; @@ -14,16 +14,16 @@ +/* nothing private to placate old compilers --karl/koch private: */ DayPeriodRules(); ---- 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 @@ +--- source/i18n/unicode/dtitvinf.h~ 2019-10-03 04:16:41.000000000 -0700 ++++ source/i18n/unicode/dtitvinf.h 2019-12-11 15:38:52.103766812 -0800 +@@ -330,5 +330,5 @@ -private: +/* nothing private to placate old compilers --karl/koch private: */ /** * DateIntervalFormat will need access to -@@ -363,5 +363,6 @@ +@@ -364,5 +364,6 @@ }; public: -#ifndef U_HIDE_INTERNAL_API @@ -31,7 +31,7 @@ +/* ifndef U_HIDE_INTERNAL_API */ /** * Max index for stored interval patterns -@@ -371,6 +372,6 @@ +@@ -372,6 +373,6 @@ kMaxIntervalPatternIndex = kIPI_MAX_INDEX }; -#endif /* U_HIDE_INTERNAL_API */ |