[MLton-commit] r5167
Matthew Fluet
fluet at mlton.org
Sun Feb 11 12:34:10 PST 2007
Fix nj build
----------------------------------------------------------------------
U mlton/trunk/mlton/ast/int-size.fun
----------------------------------------------------------------------
Modified: mlton/trunk/mlton/ast/int-size.fun
===================================================================
--- mlton/trunk/mlton/ast/int-size.fun 2007-02-11 19:12:54 UTC (rev 5166)
+++ mlton/trunk/mlton/ast/int-size.fun 2007-02-11 20:34:10 UTC (rev 5167)
@@ -5,6 +5,8 @@
* See the file MLton-LICENSE for details.
*)
+type int = Int.t
+
functor IntSize (S: INT_SIZE_STRUCTS): INT_SIZE =
struct
More information about the MLton-commit
mailing list