cleanup: stop abuse of sym->c for #define tokenstreams

This commit is contained in:
grischka
2009-07-06 21:16:41 +02:00
committed by unknown
parent d0b432ab38
commit bed17847bd
3 changed files with 17 additions and 9 deletions

View File

@ -1059,6 +1059,9 @@ static Sym *sym_push2(Sym **ps, int v, int t, long c)
s = sym_malloc();
s->v = v;
s->type.t = t;
#ifdef _WIN64
s->d = NULL;
#endif
s->c = c;
s->next = NULL;
/* add in stack */