shithub: scc

Download patch

ref: 839a43fe5dfa1fe1b6d682725d46f73034e4395a
parent: 9fdb7c764740da5a852bb02ec407c8b72da8db95
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Apr 16 17:29:45 EDT 2014

Remove unused field in Symbol struct

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