shithub: scc

Download patch

ref: 29dd7b1e3785eefa865a5ff9ac674d46e6479b39
parent: b1f76286f75c39cdf972ebe1884702da9196db8e
author: Roberto E. Vargas Caballero <[email protected]>
date: Wed Mar 19 14:22:24 EDT 2014

Fix the value union

This was an error introduced in some moment in the previous commits

--- a/symbol.h
+++ b/symbol.h
@@ -50,7 +50,7 @@
 	char c;
 	int i;
 	struct symbol *sym;
-	uint8_t ns;
+	uint8_t ns, token;
 	short offset;
 };