You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/polyml/files/polyml-5.5.0-x-it-basis.patch

22 lines
562 B

Index: polyml/mlsource/extra/XWindows/ml_bind.ML
===================================================================
--- polyml/mlsource/extra/XWindows/ml_bind.ML (revision 1600)
+++ polyml/mlsource/extra/XWindows/ml_bind.ML (revision 1601)
@@ -2437,7 +2437,7 @@
exception XWindows = XWindows.XWindows;
-let
+local
open XWindows;
fun printRect _ _ (r:XRectangle) =
@@ -2447,6 +2447,6 @@
PolyML.PrettyString ("Rect " ^ PolyML.makestring R)
end;
in
- PolyML.addPrettyPrinter printRect
+ val () = PolyML.addPrettyPrinter printRect
end;