shithub: scc

Download patch

ref: 8962686ad60fd7d5665ff343360a7b85194bb820
parent: c3a32e330fb2a8c13ce51f2dfad8a7853fa6b381
author: Roberto E. Vargas Caballero <[email protected]>
date: Sun Jul 1 06:32:55 EDT 2012

Removed unused fields of ctype struct

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