shithub: scc

Download patch

ref: 285d54fa5709638cd975b5fcfc6a54bed54b9abc
parent: 02f42bf630d362a05aad87898f58964560f0d159
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Aug 14 13:55:34 EDT 2015

Add VOID to eqtype()

Void is also a type implied in castings.

--- a/cc1/types.c
+++ b/cc1/types.c
@@ -354,6 +354,7 @@
 				return 0;
 		}
 		return 1;
+	case VOID:
 	case ENUM:
 		return 0;
 	case INT: