keep structure ThyLoad for the sake of Proof General;
authorwenzelm
Tue, 01 Jun 2010 11:37:24 +0200
changeset 37225d416e49b3926
parent 37219 7c5311e54ea4
child 37226 7c59ab0a419b
keep structure ThyLoad for the sake of Proof General;
src/Pure/ROOT.ML
     1.1 --- a/src/Pure/ROOT.ML	Tue Jun 01 09:12:12 2010 +0200
     1.2 +++ b/src/Pure/ROOT.ML	Tue Jun 01 11:37:24 2010 +0200
     1.3 @@ -305,9 +305,11 @@
     1.4  structure PrintMode = Print_Mode;
     1.5  structure SpecParse = Parse_Spec;
     1.6  structure ThyInfo = Thy_Info;
     1.7 -structure ThyLoad = Thy_Load;
     1.8  structure ThyOutput = Thy_Output;
     1.9  structure TypeInfer = Type_Infer;
    1.10  
    1.11  end;
    1.12  
    1.13 +structure ThyLoad = Thy_Load;  (*Proof General legacy*)
    1.14 +
    1.15 +