scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 839a43fe5dfa1fe1b6d682725d46f73034e4395a
parent 9fdb7c764740da5a852bb02ec407c8b72da8db95
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 16 Apr 2014 21:29:45 +0200

Remove unused field in Symbol struct

Diffstat:
Mcc.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/cc.h b/cc.h @@ -72,7 +72,6 @@ struct funpar { /* definition of symbols */ union value { - char c; int i; struct symbol *sym; uint8_t ns, token;