[MLton-commit] r4391

Stephen Weeks MLton@mlton.org
Fri, 31 Mar 2006 10:18:00 -0800


Added toplevel type definitions of int and word to please SML/NJ.

These need to be here because this file is copied to lib/mlton-stubs/


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

U   mlton/trunk/basis-library/mlton/pointer.sig

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

Modified: mlton/trunk/basis-library/mlton/pointer.sig
===================================================================
--- mlton/trunk/basis-library/mlton/pointer.sig	2006-03-31 02:17:42 UTC (rev 4390)
+++ mlton/trunk/basis-library/mlton/pointer.sig	2006-03-31 18:17:59 UTC (rev 4391)
@@ -5,6 +5,9 @@
  * See the file MLton-LICENSE for details.
  *)
 
+type int = Int.int
+type word = Word.word
+
 signature MLTON_POINTER =
    sig
       eqtype t