diff options
Diffstat (limited to 'ccross.sml')
-rw-r--r-- | ccross.sml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ structure ccross:> CCROSS = struct structure T:> TOKENIZER = Tokenizer(structure H = Hashtable; structure S = Stream) - structure ppc:> PPC = ppc(structure H = Hashtable; structure T = T) + structure ppc:> PPC = ppc(structure Tree = Tree; structure T = T) structure D:> DRIVER = Driver(ppc) |