changeset 72104 | d9a42786fbc9 |
parent 71878 | 3cd8449829fa |
child 72112 | 3546dd4ade74 |
--- a/src/Pure/System/isabelle_process.ML Thu Aug 06 22:43:40 2020 +0200 +++ b/src/Pure/System/isabelle_process.ML Thu Aug 06 22:54:22 2020 +0200 @@ -213,6 +213,7 @@ val _ = BinIO.closeIn in_stream; val _ = BinIO.closeOut out_stream; + val _ = Options.reset_default (); in (case result of Exn.Exn (STOP rc) => if rc = 0 then () else exit rc