From 1446b543ae54643d904c15525fa75ab580b9ea23 Mon Sep 17 00:00:00 2001 From: Joe Soroka Date: Sat, 9 Apr 2011 22:52:25 -0700 Subject: VLA fix [3/3]: store VLA sizeofs in anonymous runtime stack vars --- tcc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tcc.h') 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 { -- cgit v1.3.1