aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorJoe Soroka <gits@joesoroka.com>2011-04-09 22:52:25 -0700
committerJoe Soroka <gits@joesoroka.com>2011-04-09 22:52:25 -0700
commit1446b543ae54643d904c15525fa75ab580b9ea23 (patch)
tree2b327adbcbc9e8acd2dfc9ed865fc2ef8cbbd840 /tcc.h
parent7c7ca3c6aa095b195d277990b26bfd935315c28b (diff)
downloadtinycc-1446b543ae54643d904c15525fa75ab580b9ea23.tar.gz
tinycc-1446b543ae54643d904c15525fa75ab580b9ea23.tar.bz2
VLA fix [3/3]: store VLA sizeofs in anonymous runtime stack vars
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcc.h b/tcc.h
index be53b65..fcbfadc 100644
--- a/tcc.h
+++ b/tcc.h
@@ -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 {