[MLton-commit] r4479
Stephen Weeks
MLton@mlton.org
Sun, 7 May 2006 12:59:56 -0700
Defined HAS_FPCLASSIFY32 on Solaris.
----------------------------------------------------------------------
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-05-07 19:06:46 UTC (rev 4478)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.h 2006-05-07 19:59:55 UTC (rev 4479)
@@ -31,6 +31,7 @@
#define HAS_FEROUND TRUE
#define HAS_FPCLASSIFY FALSE
+#define HAS_FPCLASSIFY32 TRUE
#define HAS_FPCLASSIFY64 TRUE
#define HAS_REMAP FALSE
#define HAS_SIGALTSTACK TRUE