ref: 5213d2286aaf69d7c9eaf8010526ad18180cb8ff
parent: 5847b49f8a3226cd00215890fbf40278138d5c23
author: FRIGN <[email protected]>
date: Wed May 18 18:50:27 EDT 2016
[cc1] Use uchar for type-prop
--- a/cc1/cc1.h
+++ b/cc1/cc1.h
@@ -45,7 +45,7 @@
char ns; /* namespace for struct members */
short id; /* type id, used in dcls */
char letter; /* letter of the type */
- enum typeprops prop; /* type properties */
+ unsigned char prop; /* type properties */
TSIZE size; /* sizeof the type */
TSIZE align; /* align of the type */
Type *type; /* base type */