diff options
| author | Joe Soroka <gits@joesoroka.com> | 2011-04-09 22:52:25 -0700 |
|---|---|---|
| committer | Joe Soroka <gits@joesoroka.com> | 2011-04-09 22:52:25 -0700 |
| commit | 1446b543ae54643d904c15525fa75ab580b9ea23 (patch) | |
| tree | 2b327adbcbc9e8acd2dfc9ed865fc2ef8cbbd840 /tcc.h | |
| parent | 7c7ca3c6aa095b195d277990b26bfd935315c28b (diff) | |
| download | tinycc-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 { |
