diff options
Diffstat (limited to 'tccpp.c')
| -rw-r--r-- | tccpp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -432,7 +432,6 @@ static TokenSym *tok_alloc_new(TokenSym **pts, const char *str, int len) ts->sym_label = NULL; ts->sym_struct = NULL; ts->sym_identifier = NULL; - ts->sym_asm_label = NULL; ts->len = len; ts->hash_next = NULL; memcpy(ts->str, str, len); |
