token: Rename token_destroy() to token_uninit().
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 9 May 2021 22:01:34 +0000 (15:01 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 9 May 2021 22:01:34 +0000 (15:01 -0700)
This better fits the convention that "destroy" functions free the argument,
whereas "uninit" frees only the members of the argument structure.


No differences found