shithub: scc

Download patch

ref: 93d27ee2aa2f318960adb9d4f882a9e4fea13327
parent: 7204b59c338a474645eac83b24a7b37be7eb8b88
author: Roberto E. Vargas Caballero <[email protected]>
date: Thu Jul 4 18:04:51 EDT 2013

Remove all obsolete type definitions

These type definitions were used long time ago with the old
type implemention. They are not used anymore.

--- a/symbol.h
+++ b/symbol.h
@@ -51,9 +51,6 @@
 	struct symbol *hash;
 };
 
-extern struct type tchar, tshort, tint, tulong, tllong, tvoid, tkeyword;
-extern struct type tfloat, tdouble, tldouble, tlong;
-
 
 extern struct ctype *decl_type(struct ctype *t);
 extern void pushtype(unsigned mod);