diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-08-15 12:53:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-08-15 12:53:58 +0800 |
commit | c48993243c4dfd9241e69fbae8507fc2c644c774 (patch) | |
tree | 1506dc4b96443bcab4813da8b25c44b141baa63b /lang | |
parent | ed6ea61540672cac91cd8054a563252c4ab4eb4d (diff) | |
download | freebsd-ports-gnome-c48993243c4dfd9241e69fbae8507fc2c644c774.tar.gz freebsd-ports-gnome-c48993243c4dfd9241e69fbae8507fc2c644c774.tar.zst freebsd-ports-gnome-c48993243c4dfd9241e69fbae8507fc2c644c774.zip |
- apply patch from fearow@comcast.net
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cli/files/patch-palrt::src::numprs.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/cli/files/patch-palrt::src::numprs.cpp b/lang/cli/files/patch-palrt::src::numprs.cpp new file mode 100644 index 000000000000..e809d037db68 --- /dev/null +++ b/lang/cli/files/patch-palrt::src::numprs.cpp @@ -0,0 +1,11 @@ +--- 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}; + |