eliminated misleading dummy versions of print/makestring, cf. 6974449ddea9;
--- a/src/Pure/ML-Systems/mosml.ML Sun May 31 17:45:53 2009 +0200
+++ b/src/Pure/ML-Systems/mosml.ML Sun May 31 17:47:04 2009 +0200
@@ -132,8 +132,6 @@
(*dummy implementation*)
fun exception_trace f = f ();
-(*dummy implementation*)
-fun print x = x;
(** Compiler-independent timing functions **)
--- a/src/Pure/ML-Systems/smlnj.ML Sun May 31 17:45:53 2009 +0200
+++ b/src/Pure/ML-Systems/smlnj.ML Sun May 31 17:47:04 2009 +0200
@@ -92,12 +92,6 @@
(*dummy implementation*)
fun exception_trace f = f ();
-(*dummy implementation*)
-fun print x = x;
-
-(*dummy implementation*)
-fun makestring x = "dummy string for SML New Jersey";
-
(* ML command execution *)