compiler/libec: Fixed keeping cast between long/int types
[sdk] / compiler / bootstrap / ecp / bootstrap / ecp.c
index 525f7b7..d5d7695 100644 (file)
@@ -1253,6 +1253,7 @@ unsigned int declaredWithStruct : 1;
 unsigned int typedByReference : 1;
 unsigned int casted : 1;
 unsigned int pointerAlignment : 1;
+unsigned int isLong : 1;
 } __attribute__ ((gcc_struct));
 
 struct __ecereNameSpace__ecere__com__ClassTemplateParameter;