|
From: Wesley T. <we...@ml...> - 2006-05-25 20:28:08
|
avoid warning about #if of undefined value ---------------------------------------------------------------------- U mlton/branches/on-20050822-x86_64-branch/runtime/platform/mingw.h ---------------------------------------------------------------------- Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/mingw.h =================================================================== --- mlton/branches/on-20050822-x86_64-branch/runtime/platform/mingw.h 2006-05-26 03:23:45 UTC (rev 4607) +++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/mingw.h 2006-05-26 03:28:08 UTC (rev 4608) @@ -20,6 +20,8 @@ // classifies subnormals as normals. So, we disable it here, which causes the // runtime to use our own version. #define HAS_FPCLASSIFY FALSE +#define HAS_FPCLASSIFY32 FALSE +#define HAS_FPCLASSIFY64 FALSE #define HAS_MSG_DONTWAIT TRUE #define HAS_REMAP FALSE #define HAS_SIGALTSTACK FALSE |