summaryrefslogtreecommitdiff
path: root/package/ruby/patches/patch-missing_isinf_c.orig
blob: 60b60aead498dfd2c1f8f441caf419369ae14058 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ruby-2.0.0-p247.orig/missing/isinf.c	2011-05-15 13:55:52.000000000 +0200
+++ ruby-2.0.0-p247/missing/isinf.c	2013-10-24 09:03:04.000000000 +0200
@@ -5,6 +5,8 @@
 #define _IEEE 1
 #include <nan.h>
 
+#undef isinf
+
 int
 isinf(double n)
 {