diff -r d8cf59edf819 -r 82859dac5f59 src/Pure/Tools/ml_process.scala --- a/src/Pure/Tools/ml_process.scala Mon Apr 04 20:45:54 2016 +0200 +++ b/src/Pure/Tools/ml_process.scala Mon Apr 04 20:46:39 2016 +0200 @@ -39,6 +39,8 @@ val eval_init = if (heaps.isEmpty) { List( + if (Isabelle_System.getenv("ML_SYSTEM") == "polyml-5.6") "structure FixedInt = IntInf" + else "", if (Platform.is_windows) "fun exit 0 = OS.Process.exit OS.Process.success" + " | exit 1 = OS.Process.exit OS.Process.failure" +