ref: 04896c0cb0b29caaad3976bba16428610be15a48
parent: 2fae9d998da0050e988c600e6581a076441382ef
author: Roberto E. Vargas Caballero <[email protected]>
date: Mon Jan 11 05:11:24 EST 2016
Mark as integer type size_t
--- a/cc1/types.c
+++ b/cc1/types.c
@@ -270,6 +270,7 @@
.letter = L_UINT,
.defined = 1,
.size = 2,
+ .integer = 1,
.arith = 1,
.align = 1,
.n.rank = RANK_UINT,