]> git.cworth.org Git - wordgame/commitdiff
Move private portions of dict from dict-impl.h back to dict.c
authorCarl Worth <cworth@raht.cworth.org>
Thu, 21 Sep 2006 09:02:39 +0000 (02:02 -0700)
committerCarl Worth <cworth@raht.cworth.org>
Thu, 21 Sep 2006 09:02:39 +0000 (02:02 -0700)
This is the punch line in the recent series of commits which removed
trie_t and string_t code from grid.c. We now finally have a nice,
clean dict_t interface for new programs to use.


No differences found