# HG changeset patch # User berghofe # Date 1188317245 -7200 # Node ID cd8e14100c0061a467ebae62cc6f8055266c6a2b # Parent 692dac1e73819d58aaf313228500e31fb7caeb75 codegen.ML is now loaded in Pure again. diff -r 692dac1e7381 -r cd8e14100c00 src/Pure/IsaMakefile --- 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 \ diff -r 692dac1e7381 -r cd8e14100c00 src/Pure/ROOT.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 "..";