Begin replacing tests on strings with tests on vocab IDs.
This commit is contained in:
parent
07e7b8131e
commit
4f78dfea24
2 changed files with 22 additions and 18 deletions
2
advent.h
2
advent.h
|
@ -184,6 +184,8 @@ struct command_t {
|
|||
vocab_t obj;
|
||||
token_t wd1;
|
||||
token_t wd2;
|
||||
long id1;
|
||||
long id2;
|
||||
char raw1[BUFSIZ], raw2[BUFSIZ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue