Entirely eliminate wd1x and wd2x members of the command block.

In the process, fix another case-smashing bug.
This commit is contained in:
Eric S. Raymond 2017-07-03 16:49:33 -04:00
parent f52a78a1f8
commit 393010ec41
3 changed files with 7 additions and 6 deletions

View file

@ -181,8 +181,8 @@ struct command_t {
enum speechpart part;
vocab_t verb;
vocab_t obj;
token_t wd1, wd1x;
token_t wd2, wd2x;
token_t wd1;
token_t wd2;
char raw1[BUFSIZ], raw2[BUFSIZ];
};