summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/racket-minus_zero_p-disable-xform.patch
diff options
context:
space:
mode:
authorChristopher Lemmer Webber <[email protected]>2018-03-18 14:41:04 -0500
committerChristopher Lemmer Webber <[email protected]>2018-04-02 10:38:08 -0500
commit75afbd247876d62f27cb2c90098bd59040f7e614 (patch)
tree5bd8525212c4035e66db2ff16b286cf835770b6d /gnu/packages/patches/racket-minus_zero_p-disable-xform.patch
parent02283a61304205244dde9c2c648372960cd2e493 (diff)
gnu: racket: Patch xform compilation errors.
* gnu/packages/patches/gnu/packages/patches/racket-fix-xform-issue.patch: Renamed from gnu/packages/patches/racket-minus_zero_p-disable-xform.patch. Switch to upstream patch in Racket. * gnu/packages/scheme.scm (racket): Update to renamed patch.
Diffstat (limited to 'gnu/packages/patches/racket-minus_zero_p-disable-xform.patch')
-rw-r--r--gnu/packages/patches/racket-minus_zero_p-disable-xform.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/gnu/packages/patches/racket-minus_zero_p-disable-xform.patch b/gnu/packages/patches/racket-minus_zero_p-disable-xform.patch
deleted file mode 100644
index 08887a6166..0000000000
--- a/gnu/packages/patches/racket-minus_zero_p-disable-xform.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/racket/src/number.c 2018-02-24 18:16:32.031698079 -0600
-+++ b/src/racket/src/number.c 2018-02-24 18:15:41.055445301 -0600
-@@ -1775,6 +1775,7 @@
- }
-
- XFORM_NONGCING static MZ_INLINE int minus_zero_p(double d)
-+ XFORM_SKIP_PROC
- {
- #ifdef MZ_IS_NEG_ZERO
- return MZ_IS_NEG_ZERO(d);