diff options
author | Araq <rumpf_a@web.de> | 2017-10-16 12:19:49 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-10-16 12:19:49 +0200 |
commit | 06854d13466ff3f073ddc33246e03d5039fdf49b (patch) | |
tree | 67b98796c5bdd8d5446a5519d1595c4e106f4311 /lib | |
parent | 85f09e2b689b5f0508f30aeb42073e901ceeb766 (diff) | |
download | Nim-06854d13466ff3f073ddc33246e03d5039fdf49b.tar.gz |
fixes #6511
Diffstat (limited to 'lib')
-rw-r--r-- | lib/nimbase.h | 7 |
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 |