# HG changeset patch # User wenzelm # Date 875720211 -7200 # Node ID 31ec17820f498d0669104ebfd0bc9d307aff7dcb # Parent f20b071a429a853777bb6cfa544fe7d0e7ea15d4 added name_space.ML; diff -r f20b071a429a -r 31ec17820f49 src/Pure/IsaMakefile --- a/src/Pure/IsaMakefile Wed Oct 01 17:32:38 1997 +0200 +++ b/src/Pure/IsaMakefile Wed Oct 01 17:36:51 1997 +0200 @@ -16,8 +16,8 @@ Syntax/syntax.ML Syntax/token_trans.ML Syntax/type_ext.ML Thy/ROOT.ML\ Thy/symbol_input.ML Thy/thm_database.ML Thy/thy_parse.ML Thy/thy_read.ML \ Thy/thy_scan.ML Thy/thy_syn.ML Thy/thy_info.ML Thy/browser_info.ML \ - axclass.ML basis.ML deriv.ML display.ML drule.ML \ - envir.ML goals.ML install_pp.ML library.ML logic.ML net.ML pattern.ML \ + axclass.ML basis.ML deriv.ML display.ML drule.ML envir.ML goals.ML \ + install_pp.ML library.ML logic.ML net.ML name_space.ML pattern.ML \ search.ML section_utils.ML sequence.ML sign.ML sorts.ML symtab.ML tactic.ML \ tctical.ML term.ML theory.ML thm.ML type.ML type_infer.ML unify.ML diff -r f20b071a429a -r 31ec17820f49 src/Pure/ROOT.ML --- a/src/Pure/ROOT.ML Wed Oct 01 17:32:38 1997 +0200 +++ b/src/Pure/ROOT.ML Wed Oct 01 17:36:51 1997 +0200 @@ -18,6 +18,7 @@ use "library.ML"; use "symtab.ML"; +use "name_space.ML"; use "term.ML"; (*Syntax module*)