[MLton-commit] r4389
Stephen Weeks
MLton@mlton.org
Thu, 30 Mar 2006 15:49:53 -0800
Added toplevel type definitions of int and word to please SML/NJ.
----------------------------------------------------------------------
U mlton/trunk/lib/mlton-stubs/pointer.sig
----------------------------------------------------------------------
Modified: mlton/trunk/lib/mlton-stubs/pointer.sig
===================================================================
--- mlton/trunk/lib/mlton-stubs/pointer.sig 2006-03-30 20:37:36 UTC (rev 4388)
+++ mlton/trunk/lib/mlton-stubs/pointer.sig 2006-03-30 23:49:53 UTC (rev 4389)
@@ -5,6 +5,9 @@
* See the file MLton-LICENSE for details.
*)
+type word = Word.word
+type int = Int.int
+
signature MLTON_POINTER =
sig
eqtype t