Entirely eliminate wd1x and wd2x members of the command block.
In the process, fix another case-smashing bug.
This commit is contained in:
parent
f52a78a1f8
commit
393010ec41
3 changed files with 7 additions and 6 deletions
4
advent.h
4
advent.h
|
@ -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];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue