[MLton-commit] r4474

Stephen Weeks MLton@mlton.org
Sat, 6 May 2006 19:09:37 -0700


Eliminated duplicate prototype for fpclassify64.

Fixed fegetround prototype.

----------------------------------------------------------------------

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 01:23:01 UTC (rev 4473)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/solaris.h	2006-05-07 02:09:37 UTC (rev 4474)
@@ -27,9 +27,8 @@
 #define FE_DOWNWARD 1
 #define FE_UPWARD 2
 #define FE_TOWARDZERO 3
-int fegetround ();
+int fegetround (void);
 void fesetround (int mode);
-int fpclassify64 (double d);
 
 #define HAS_FEROUND TRUE
 #define HAS_FPCLASSIFY FALSE