summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2014-01-11 14:25:31 +0200
committerLior Kaplan <kaplanlior@gmail.com>2014-01-11 14:25:31 +0200
commitaa3bbafdcbf3588d409c29218c7e11ac07f4c17d (patch)
tree38a3b14e570cc5bce91b2c643e86748fb474a937 /debian
parent29b4bd383f1e4f58fd045b2ab769116da320524e (diff)
downloadphp-aa3bbafdcbf3588d409c29218c7e11ac07f4c17d.tar.gz
Update 044-strtod_arm_fix.patch patch as it was partly merged upstream
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/044-strtod_arm_fix.patch12
1 files changed, 1 insertions, 11 deletions
diff --git a/debian/patches/044-strtod_arm_fix.patch b/debian/patches/044-strtod_arm_fix.patch
index 729f0a11c..4a46bc909 100644
--- a/debian/patches/044-strtod_arm_fix.patch
+++ b/debian/patches/044-strtod_arm_fix.patch
@@ -33,17 +33,7 @@
#endif
#ifdef __vax__
-@@ -267,8 +278,7 @@ BEGIN_EXTERN_C()
-
- #if defined(IEEE_LITTLE_ENDIAN) + defined(IEEE_BIG_ENDIAN) + defined(VAX) + \
- defined(IBM) != 1
-- Exactly one of IEEE_LITTLE_ENDIAN IEEE_BIG_ENDIAN, VAX, or
-- IBM should be defined.
-+#error "Exactly one of IEEE_LITTLE_ENDIAN IEEE_BIG_ENDIAN, VAX, or IBM should be defined."
- #endif
-
- typedef union {
-@@ -288,7 +298,7 @@ BEGIN_EXTERN_C()
+@@ -287,7 +298,7 @@ BEGIN_EXTERN_C()
* An alternative that might be better on some machines is
* #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
*/