[hackers] [scc] Mark as integer type size_t || Roberto E. Vargas Caballero
commit 04896c0cb0b29caaad3976bba16428610be15a48
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Mon Jan 11 10:11:24 2016 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Mon Jan 11 10:11:24 2016 +0100
Mark as integer type size_t
diff --git a/cc1/types.c b/cc1/types.c
index b213407..9966ba6 100644
--- a/cc1/types.c
+++ b/cc1/types.c
_AT_@ -270,6 +270,7 @@ static Type types[] = {
.letter = L_UINT,
.defined = 1,
.size = 2,
+ .integer = 1,
.arith = 1,
.align = 1,
.n.rank = RANK_UINT,
Received on Mon Jan 11 2016 - 10:17:14 CET
This archive was generated by hypermail 2.3.0
: Mon Jan 11 2016 - 10:24:27 CET