Removed exception handlers, as they are now in ZF/Makefile.
--- 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";