X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=advent.h;h=47548b6baa112e046b3c9735da3397ec17a9fb59;hb=c68b92d9dab2976bcee4e695be459a0a3d0577e1;hp=3e5dc9a39e918f9dd653dd5aab4104157ec9b774;hpb=924157fa9f3dd5c62a4a9c7d9621aae9d8a418d3;p=open-adventure.git diff --git a/advent.h b/advent.h index 3e5dc9a..47548b6 100644 --- a/advent.h +++ b/advent.h @@ -10,7 +10,7 @@ typedef struct lcg_state unsigned long a, c, m, x; } lcg_state; -typedef long token_t; /* word token - someday this will be a character array */ +typedef long token_t; /* word token - someday this will be char[TOKLEN+1] */ typedef long vocab_t; /* index into a vocabulary array */ struct game_t {