[MLton-commit] r4584
Stephen Weeks
MLton@mlton.org
Wed, 24 May 2006 16:28:56 -0700
Fixed prototype.
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/runtime/basis/Real/IEEEReal.c
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/basis/Real/IEEEReal.c
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/basis/Real/IEEEReal.c 2006-05-24 22:29:56 UTC (rev 4583)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/basis/Real/IEEEReal.c 2006-05-24 23:28:55 UTC (rev 4584)
@@ -11,7 +11,7 @@
#define ROUNDING_CONTROL_MASK 0x0C00
#define ROUNDING_CONTROL_SHIFT 10
-int fegetround () {
+int fegetround (void) {
unsigned short controlWord;
_FPU_GETCW (controlWord);