summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2017-10-16 12:19:49 +0200
committerAraq <rumpf_a@web.de>2017-10-16 12:19:49 +0200
commit06854d13466ff3f073ddc33246e03d5039fdf49b (patch)
tree67b98796c5bdd8d5446a5519d1595c4e106f4311 /lib
parent85f09e2b689b5f0508f30aeb42073e901ceeb766 (diff)
downloadNim-06854d13466ff3f073ddc33246e03d5039fdf49b.tar.gz
fixes #6511
Diffstat (limited to 'lib')
-rw-r--r--lib/nimbase.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/nimbase.h b/lib/nimbase.h
index 34a2e43e7..c06c45691 100644
--- a/lib/nimbase.h
+++ b/lib/nimbase.h
@@ -396,13 +396,6 @@ typedef struct TStringDesc* string;
 #define GenericSeqSize sizeof(TGenericSeq)
 #define paramCount() cmdCount
 
-#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__i386__)
-#  ifndef NAN
-static unsigned long nimNaN[2]={0xffffffff, 0x7fffffff};
-#    define NAN (*(double*) nimNaN)
-#  endif
-#endif
-
 #ifndef NAN
 #  define NAN (0.0 / 0.0)
 #endif