Now modified for sml/nj 109.27
authorpaulson
Wed, 30 Apr 1997 13:38:38 +0200
changeset 3084 9844abe1de72
parent 3083 1a7edbd7f55a
child 3085 f45074fab9c7
Now modified for sml/nj 109.27
src/Pure/NJ1xx.ML
--- a/src/Pure/NJ1xx.ML	Wed Apr 30 12:59:24 1997 +0200
+++ b/src/Pure/NJ1xx.ML	Wed Apr 30 13:38:38 1997 +0200
@@ -86,13 +86,13 @@
 (*** ML command execution ***)
 
 
-(*For version 109.21 and later:
+(*For version 109.21 and later:*)
 val use_string = Compiler.Interact.useStream o TextIO.openString o implode;
-*)
 
-(*For versions prior to 109.21:*)
+(*For versions prior to 109.21:*****
 fun use_string commands = 
    Compiler.Interact.use_stream (open_string (implode commands));
+*)
 
 (*** System command execution ***)