aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index cbced87..67d09a0 100644
--- a/tcc.h
+++ b/tcc.h
@@ -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() */