diff options
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -561,6 +561,7 @@ typedef struct ParseState { typedef struct TokenString { int *str; int len; + int lastlen; int allocated_len; int last_line_num; /* used to chain token-strings with begin/end_macro() */ |
