X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftoken.h;h=cf9423fba8320d573e870cd1f848fffc11bbf6dd;hp=a8e68eef83d2c1d53e866d4ab08d833298f195cf;hb=5dfa108dda56f36a5af5c83ebcd3e042c6d69a68;hpb=42f44eb5bf4ecd36e26e051fada79d861d0f92d2 diff --git a/src/token.h b/src/token.h index a8e68ee..cf9423f 100644 --- a/src/token.h +++ b/src/token.h @@ -131,7 +131,7 @@ static inline const char *psi_t_indirection(unsigned pointer_level) { struct psi_token { token_t type; - unsigned size, line, col; + unsigned size, line, col, flags; char *text, *file; char buf[1]; };