scc

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

commit 8962686ad60fd7d5665ff343360a7b85194bb820
parent c3a32e330fb2a8c13ce51f2dfad8a7853fa6b381
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun,  1 Jul 2012 10:32:55 +0200

Removed unused fields of ctype struct

Diffstat:
Msymbol.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/symbol.h b/symbol.h @@ -36,8 +36,6 @@ struct ctype { bool c_vol : 1; bool c_unsigned : 1; struct type *base; - unsigned char len; - char *iden; }; struct type {