[MLton-commit] r6427

Matthew Fluet fluet at mlton.org
Sun Mar 2 14:26:52 PST 2008


Refrence PreOS in structure
----------------------------------------------------------------------

U   mlton/trunk/basis-library/mlton/exit.sml

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

Modified: mlton/trunk/basis-library/mlton/exit.sml
===================================================================
--- mlton/trunk/basis-library/mlton/exit.sml	2008-03-02 22:26:27 UTC (rev 6426)
+++ mlton/trunk/basis-library/mlton/exit.sml	2008-03-02 22:26:51 UTC (rev 6427)
@@ -9,7 +9,7 @@
    struct
       structure Status = 
          struct
-            open OS.Process.Status
+            open PreOS.Process.Status
             val fromInt = fromC o C_Status.fromInt
             val toInt = C_Status.toInt o toC
             val failure = fromInt 1




More information about the MLton-commit mailing list