ref: 47748d1745b972b61f51f7fb3fa34c3e245196d8
parent: 57b5eebf19d3c1de5d7ebde4722c5bbabf17f395
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Jan 8 06:18:56 EST 2016
Make pvoidtype a defined type
--- a/cc1/types.c
+++ b/cc1/types.c
@@ -90,7 +90,8 @@
.letter = L_POINTER,
.size = 2,
.align = 2,
- .printed = 1
+ .printed = 1,
+ .defined = 1,
},
{ /* 2 = booltype */
.op = INT,