VLA fix [3/3]: store VLA sizeofs in anonymous runtime stack vars

This commit is contained in:
Joe Soroka
2011-04-09 22:52:25 -07:00
parent 7c7ca3c6aa
commit 1446b543ae
2 changed files with 22 additions and 34 deletions

1
tcc.h
View File

@ -224,7 +224,6 @@ typedef struct Sym {
union {
long c; /* associated number */
int *d; /* define token stream */
SValue *s; /* associated stack value */
};
CType type; /* associated type */
union {