added token_trans.ML;
authorwenzelm
Fri, 28 Feb 1997 16:36:49 +0100
changeset 2691 d696d7e17046
parent 2690 dabe8ab631fa
child 2692 484ec6ca0c50
added token_trans.ML;
src/Pure/Syntax/ROOT.ML
--- a/src/Pure/Syntax/ROOT.ML	Fri Feb 28 15:52:16 1997 +0100
+++ b/src/Pure/Syntax/ROOT.ML	Fri Feb 28 16:36:49 1997 +0100
@@ -9,6 +9,7 @@
 use "lexicon.ML";
 structure Scanner: SCANNER = Lexicon;
 use "symbol_font.ML";
+use "token_trans.ML";
 use "ast.ML";
 use "syn_ext.ML";
 use "parser.ML";