--- a/src/Pure/IsaMakefile Fri Jun 17 18:33:19 2005 +0200
+++ b/src/Pure/IsaMakefile Fri Jun 17 18:33:20 2005 +0200
@@ -60,7 +60,7 @@
goals.ML install_pp.ML library.ML logic.ML meta_simplifier.ML net.ML \
pattern.ML proof_general.ML proofterm.ML pure_thy.ML search.ML \
sign.ML simplifier.ML sorts.ML tactic.ML tctical.ML term.ML \
- defs.ML theory.ML theory_data.ML thm.ML type.ML type_infer.ML unify.ML
+ defs.ML theory.ML thm.ML type.ML type_infer.ML unify.ML
@./mk
--- a/src/Pure/ROOT.ML Fri Jun 17 18:33:19 2005 +0200
+++ b/src/Pure/ROOT.ML Fri Jun 17 18:33:20 2005 +0200
@@ -24,6 +24,7 @@
use "General/pretty.ML";
use "sorts.ML";
use "type.ML";
+use "context.ML";
(*inner syntax module*)
cd "Syntax"; use "ROOT.ML"; cd "..";
@@ -38,8 +39,6 @@
use "logic.ML";
use "defs.ML";
use "theory.ML";
-use "theory_data.ML";
-use "context.ML";
use "proofterm.ML";
use "thm.ML";
use "display.ML";
@@ -78,7 +77,7 @@
(*theorem database ML interface*)
use "Thy/thm_database.ML";
-(*the Isar subsystem*)
+(*the Isar system*)
cd "Isar"; use "ROOT.ML"; cd "..";
use "axclass.ML";