diff options
Diffstat (limited to 'lang/cli/files/patch-palrt::src::numprs.cpp')
-rw-r--r-- | lang/cli/files/patch-palrt::src::numprs.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/cli/files/patch-palrt::src::numprs.cpp b/lang/cli/files/patch-palrt::src::numprs.cpp deleted file mode 100644 index e809d037db68..000000000000 --- a/lang/cli/files/patch-palrt::src::numprs.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- palrt/src/numprs.cpp.orig Tue Aug 12 18:49:14 2003 -+++ palrt/src/numprs.cpp Tue Aug 12 18:49:28 2003 -@@ -41,7 +41,7 @@ - // - #define MAXEXP (INT_MAX/2) - --const SPLIT64 sdlTenToEighteen = { {UI64(1000000000000000000)} }; -+const SPLIT64 sdlTenToEighteen = { UI64(1000000000000000000) }; - // Max value of Decimal (= 79228162514264337593543950335), less 1st digit. - const BYTE rgbMaxDec[DEC_MAXDIG - 1] = {9,2,2,8,1,6,2,5,1,4,2,6,4,3,3,7,5,9,3,5,4,3,9,5,0,3,3,5}; - |