[MLton-commit] r4666
Stephen Weeks
MLton@mlton.org
Sun, 25 Jun 2006 17:13:48 -0700
Change HAS_FPCLASSIFY32 to FALSE on Solaris. I don't know why it was
ever set to TRUE. I don't think we ever had it defined.
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.h
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.h
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.h 2006-06-25 23:49:32 UTC (rev 4665)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.h 2006-06-26 00:13:47 UTC (rev 4666)
@@ -35,7 +35,7 @@
#define HAS_FEROUND TRUE
#define HAS_FPCLASSIFY FALSE
-#define HAS_FPCLASSIFY32 TRUE
+#define HAS_FPCLASSIFY32 FALSE
#define HAS_FPCLASSIFY64 TRUE
#define HAS_MSG_DONTWAIT TRUE
#define HAS_REMAP FALSE