[MLton-commit] r4494
Matthew Fluet
MLton@mlton.org
Mon, 8 May 2006 18:09:23 -0700
Note that fenv.h is needed, but can't be included
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/runtime/cenv.h
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/cenv.h
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/cenv.h 2006-05-09 01:00:56 UTC (rev 4493)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/cenv.h 2006-05-09 01:09:23 UTC (rev 4494)
@@ -26,6 +26,7 @@
// #include <complex.h>
#include <ctype.h>
#include <errno.h>
+// fenv.h (or approximate equivalent) comes from the n-way OS switch below.
// #include <fenv.h>
#include <float.h>
#include <inttypes.h>
@@ -95,4 +96,6 @@
#error unknown platform
#endif
+
+
#endif /* _MLTON_CENV_H_ */