compiler/libec: Fixed keeping cast between long/int types
[sdk] / compiler / bootstrap / libec / bootstrap / pass1.c
index 9ce5d85..814947b 100644 (file)
@@ -1155,6 +1155,7 @@ unsigned int declaredWithStruct : 1;
 unsigned int typedByReference : 1;
 unsigned int casted : 1;
 unsigned int pointerAlignment : 1;
+unsigned int isLong : 1;
 } __attribute__ ((gcc_struct));
 
 unsigned int __ecereProp_Type_Get_isPointerTypeSize(struct Type * this);