codegen.ML is now loaded in Pure again.
--- a/src/Pure/IsaMakefile Tue Aug 28 18:06:24 2007 +0200
+++ b/src/Pure/IsaMakefile Tue Aug 28 18:07:25 2007 +0200
@@ -66,7 +66,7 @@
Thy/present.ML Thy/term_style.ML Thy/thm_database.ML Thy/thm_deps.ML \
Thy/thy_edit.ML Thy/thy_header.ML Thy/thy_info.ML Thy/thy_load.ML \
Thy/thy_output.ML Tools/ROOT.ML Tools/invoke.ML Tools/named_thms.ML \
- Tools/xml_syntax.ML assumption.ML axclass.ML \
+ Tools/xml_syntax.ML assumption.ML axclass.ML codegen.ML \
compress.ML config.ML conjunction.ML consts.ML context.ML \
context_position.ML conv.ML defs.ML display.ML drule.ML envir.ML \
fact_index.ML goal.ML library.ML logic.ML meta_simplifier.ML \
--- a/src/Pure/ROOT.ML Tue Aug 28 18:06:24 2007 +0200
+++ b/src/Pure/ROOT.ML Tue Aug 28 18:07:25 2007 +0200
@@ -88,6 +88,8 @@
cd "Tools"; use "ROOT.ML"; cd "..";
+use "codegen.ML";
+
(*configuration for Proof General*)
cd "ProofGeneral"; use "ROOT.ML"; cd "..";