Refactor tokenization to save raw tokens and use static buffer space...
authorEric S. Raymond <esr@thyrsus.com>
Mon, 3 Jul 2017 12:53:10 +0000 (08:53 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 3 Jul 2017 12:53:10 +0000 (08:53 -0400)
...rather than dynamic storage.

As a side effect, this seems to have fixed a very ninor bug in the processing
of the bare word 'nothing'.  But I don't know where the bug was.  Not happy.


No differences found