Replaced "init_thy_reader" by "set_parser".
authorberghofe
Wed, 06 Aug 1997 00:47:20 +0200
changeset 3613 5f4c5fec9994
parent 3612 403db95b54ff
child 3614 21c06e95ec39
Replaced "init_thy_reader" by "set_parser".
src/ZF/thy_syntax.ML
--- a/src/ZF/thy_syntax.ML	Wed Aug 06 00:45:09 1997 +0200
+++ b/src/ZF/thy_syntax.ML	Wed Aug 06 00:47:20 1997 +0200
@@ -151,4 +151,4 @@
 
 
 structure ThySyn = ThySynFun(ThySynData);
-init_thy_reader ();
+set_parser ThySyn.parse;