[MLton-commit] r4304

Matthew Fluet MLton@mlton.org
Mon, 23 Jan 2006 18:49:38 -0800


Typos
----------------------------------------------------------------------

U   mlton/branches/on-20050822-x86_64-branch/runtime/gen/basis-ffi.def

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

Modified: mlton/branches/on-20050822-x86_64-branch/runtime/gen/basis-ffi.def
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/gen/basis-ffi.def	2006-01-24 00:27:14 UTC (rev 4303)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/gen/basis-ffi.def	2006-01-24 02:49:37 UTC (rev 4304)
@@ -24,9 +24,9 @@
 Date.localTime = _import : C.Time.t ref -> C.Int.t C.Errno.t
 Date.mkTime = _import : unit -> C.Time.t C.Errno.t
 Date.strfTime = _import : String8.t * C.Size.t * NullString8.t -> C.Size.t
-MLton.Itimer.PROF = _const : int
-MLton.Itimer.REAL = _const : int
-MLton.Itimer.VIRTUAL = _const : int
+MLton.Itimer.PROF = _const : C.Int.t
+MLton.Itimer.REAL = _const : C.Int.t
+MLton.Itimer.VIRTUAL = _const : C.Int.t
 MLton.Itimer.set = _import : C.Int.t * C.Time.t * C.SUSeconds.t * C.Time.t * C.SUSeconds.t -> C.Int.t C.Errno.t
 MLton.Rlimit.AS = _const : C.Int.t
 MLton.Rlimit.CORE = _const : C.Int.t