Fix regeneration of multi-file dependencies
[hcoop/domtool2.git] / src / compat_mlton.sml
index 5b52b14..06aa3a3 100644 (file)
@@ -19,3 +19,9 @@
 structure Compat : COMPAT = struct
     structure Char = MLRep.Char.Unsigned
 end
+
+val _ = let
+    open MLton.Signal
+in
+    setHandler (Posix.Signal.pipe, Handler.ignore)
+end