diff options
author | Jay Freeman <saurik@saurik.com> | 2008-04-08 21:02:40 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-04-08 21:02:40 +0000 |
commit | 92e69908cb3a45cbf574cbba78431cb9f481b769 (patch) | |
tree | faffa83aae7f9e272cbcceb74d1104103265519b /tool/patches/fp.diff | |
parent | e1df0c047b9193e8275f9aee5acb5a356249a0fb (diff) |
Updated patches to match documentation.
git-svn-id: http://svn.telesphoreo.org/trunk@202 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'tool/patches/fp.diff')
-rw-r--r-- | tool/patches/fp.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tool/patches/fp.diff b/tool/patches/fp.diff new file mode 100644 index 000000000..c5ddfebe5 --- /dev/null +++ b/tool/patches/fp.diff @@ -0,0 +1,11 @@ +--- /usr/include/CarbonCore/fp.h 2008-02-19 12:14:55.000000000 +0000 ++++ /usr/include/CarbonCore/fp.h 2008-03-29 18:41:50.000000000 +0000 +@@ -1314,7 +1314,7 @@ + * dec2l Similar to dec2num except a long is returned. * + * * + ********************************************************************************/ +-#if TARGET_CPU_PPC || TARGET_CPU_X86 || TARGET_CPU_PPC64 || TARGET_CPU_X86_64 ++#if TARGET_CPU_PPC || TARGET_CPU_X86 || TARGET_CPU_PPC64 || TARGET_CPU_X86_64 || TARGET_CPU_ARM + #define SIGDIGLEN 36 + #endif + #define DECSTROUTLEN 80 /* max length for dec2str output */ |