src/Pure/ML-Systems/smlnj.ML
changeset 4428 5c26253b8a2e
parent 4407 7d4e2832b791
child 4977 6cec2c0ffdbf
equal deleted inserted replaced
4427:6d4545f809e5 4428:5c26253b8a2e
   115   (case OS.Process.getEnv var of
   115   (case OS.Process.getEnv var of
   116     NONE => ""
   116     NONE => ""
   117   | SOME txt => txt);
   117   | SOME txt => txt);
   118 
   118 
   119 
   119 
   120 (* non-ASCII input (see also Thy/symbol_input.ML) *)
   120 (* non-ASCII input (see also Thy/use.ML) *)
   121 
   121 
   122 val needs_filtered_use = false;
   122 val needs_filtered_use = false;