tuned;
authorwenzelm
Mon, 29 Feb 2016 16:29:52 +0100
changeset 62472 01e2bd5b4027
parent 62471 e3f3854f460e
child 62473 b883960a4c03
tuned;
src/Pure/RAW/ROOT_polyml.ML
src/Pure/build
--- a/src/Pure/RAW/ROOT_polyml.ML	Mon Feb 29 16:25:51 2016 +0100
+++ b/src/Pure/RAW/ROOT_polyml.ML	Mon Feb 29 16:29:52 2016 +0100
@@ -171,8 +171,8 @@
 PolyML.Compiler.reportUnreferencedIds := true;
 PolyML.Compiler.printInAlphabeticalOrder := false;
 PolyML.Compiler.maxInlineSize := 80;
-
-fun ml_prompts p1 p2 = (PolyML.Compiler.prompt1 := p1; PolyML.Compiler.prompt2 := p2);
+PolyML.Compiler.prompt1 := "ML> ";
+PolyML.Compiler.prompt2 := "ML# ";
 
 use "RAW/ml_parse_tree.ML";
 if ML_System.name = "polyml-5.6"
--- a/src/Pure/build	Mon Feb 29 16:25:51 2016 +0100
+++ b/src/Pure/build	Mon Feb 29 16:29:52 2016 +0100
@@ -68,7 +68,6 @@
     "$ISABELLE_PROCESS" \
       -e "use \"$COMPAT\" handle _ => OS.Process.exit OS.Process.failure;" \
       -e "structure Isar = struct fun main () = () end;" \
-      -e "ml_prompts \"ML> \" \"ML# \";" \
       -e "ML_Heap.share_common_data (); ML_Heap.save_state \"$OUTPUT\";" \
       -q RAW_ML_SYSTEM && chmod -w "$OUTPUT"
   fi
@@ -81,7 +80,6 @@
     rm -f "$OUTPUT"
     "$ISABELLE_PROCESS" \
       -e "(use \"$COMPAT\"; use \"ROOT.ML\") handle _ => OS.Process.exit OS.Process.failure;" \
-      -e "ml_prompts \"ML> \" \"ML# \";" \
       -e "Command_Line.tool0 (fn () => (Session.finish (); Options.reset_default (); Session.shutdown (); ML_Heap.share_common_data (); ML_Heap.save_state \"$OUTPUT\"));" \
       -q RAW_ML_SYSTEM && chmod -w "$OUTPUT"
   fi