# HG changeset patch # User wenzelm # Date 1185394848 -7200 # Node ID c656557b73d562b540ad521b68162f1243a0e59f # Parent 83e6e9ad0f4f9745071ef5c23646940e2ee96b72 added config.ML; diff -r 83e6e9ad0f4f -r c656557b73d5 src/Pure/IsaMakefile --- a/src/Pure/IsaMakefile Wed Jul 25 22:20:47 2007 +0200 +++ b/src/Pure/IsaMakefile Wed Jul 25 22:20:48 2007 +0200 @@ -63,12 +63,13 @@ Tools/codegen_package.ML Tools/codegen_serializer.ML Tools/codegen_thingol.ML \ Tools/invoke.ML Tools/nbe.ML Tools/nbe_codegen.ML Tools/nbe_eval.ML \ Tools/xml.ML Tools/xml_syntax.ML assumption.ML axclass.ML codegen.ML \ - compress.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 install_pp.ML \ - library.ML logic.ML meta_simplifier.ML more_thm.ML morphism.ML name.ML net.ML \ - old_goals.ML pattern.ML proofterm.ML pure_setup.ML pure_thy.ML search.ML \ - sign.ML simplifier.ML sorts.ML subgoal.ML tactic.ML tctical.ML term.ML \ - term_subst.ML theory.ML thm.ML type.ML type_infer.ML unify.ML variable.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 \ + install_pp.ML library.ML logic.ML meta_simplifier.ML more_thm.ML morphism.ML \ + name.ML net.ML old_goals.ML pattern.ML proofterm.ML pure_setup.ML pure_thy.ML \ + search.ML sign.ML simplifier.ML sorts.ML subgoal.ML tactic.ML tctical.ML \ + term.ML term_subst.ML theory.ML thm.ML type.ML type_infer.ML unify.ML \ + variable.ML @./mk diff -r 83e6e9ad0f4f -r c656557b73d5 src/Pure/ROOT.ML --- a/src/Pure/ROOT.ML Wed Jul 25 22:20:47 2007 +0200 +++ b/src/Pure/ROOT.ML Wed Jul 25 22:20:48 2007 +0200 @@ -41,6 +41,7 @@ use "Syntax/printer.ML"; use "Syntax/syntax.ML"; +use "config.ML"; use "General/ml_syntax.ML"; (*core of tactical proof system*)