summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-09-22 21:18:28 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-09-23 08:29:52 -0400
commitc32c3de1f087531defe6795e7997f2f5d532ba7d (patch)
tree0911e482011f75b781c924c29c6a0ee97e9bb020 /win32/win32.h
parent2b7eb4debacea522345b51816a4abc9d222804ce (diff)
downloadperl-c32c3de1f087531defe6795e7997f2f5d532ba7d.tar.gz
Move the VC6 "broken-nan" define from win32.h to perl.h.
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 8587ac8f34..46adb156cd 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -254,12 +254,6 @@ typedef unsigned short mode_t;
#define snprintf _snprintf
#define vsnprintf _vsnprintf
-#ifdef USING_MSVC6
-/* VC6 has broken NaN semantics: NaN == NaN returns true instead of false,
- * and for example NaN < IV_MIN. */
-#define NAN_COMPARE_BROKEN 1
-#endif
-
/* on VC2003, msvcrt.lib is missing these symbols */
#if _MSC_VER >= 1300 && _MSC_VER < 1400
# pragma intrinsic(_rotl64,_rotr64)