Removed exception handlers, as they are now in ZF/Makefile.
authorlcp
Wed, 15 Mar 1995 11:01:08 +0100
changeset 957 28a48c44ca57
parent 956 cc929b9ddc80
child 958 f2c225386348
Removed exception handlers, as they are now in ZF/Makefile.
src/ZF/Coind/ROOT.ML
src/ZF/IMP/ROOT.ML
--- a/src/ZF/Coind/ROOT.ML	Wed Mar 15 10:59:20 1995 +0100
+++ b/src/ZF/Coind/ROOT.ML	Wed Mar 15 11:01:08 1995 +0100
@@ -18,4 +18,4 @@
 writeln"Root file for ZF/Coind";
 proof_timing := true;
 loadpath     := [".","Coind"];
-time_use_thy "MT" handle _ => exit 1;
+time_use_thy "MT";
--- a/src/ZF/IMP/ROOT.ML	Wed Mar 15 10:59:20 1995 +0100
+++ b/src/ZF/IMP/ROOT.ML	Wed Mar 15 11:01:08 1995 +0100
@@ -17,4 +17,4 @@
 writeln"Root file for ZF/IMP";
 proof_timing := true;
 loadpath := [".","IMP"];
-time_use_thy "Equiv" handle _ => exit 1;
+time_use_thy "Equiv";