commit 04896c0cb0b29caaad3976bba16428610be15a48
Author:     Roberto E. Vargas Caballero <k...@shike2.com>
AuthorDate: Mon Jan 11 10:11:24 2016 +0100
Commit:     Roberto E. Vargas Caballero <k...@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
@@ -270,6 +270,7 @@ static Type types[] = {
                .letter = L_UINT,
                .defined = 1,
                .size = 2,
+               .integer = 1,
                .arith = 1,
                .align = 1,
                .n.rank = RANK_UINT,

Reply via email to