cpp
[m6w6/ext-psi] / src / token.h
index a8e68eef83d2c1d53e866d4ab08d833298f195cf..cf9423fba8320d573e870cd1f848fffc11bbf6dd 100644 (file)
@@ -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];
 };