compiler/libec: Fixed keeping cast between long/int types
[sdk] / compiler / bootstrap / ecs / bootstrap / ecs.c
index e988cb2..87d0b52 100644 (file)
@@ -670,6 +670,7 @@ unsigned int declaredWithStruct : 1;
 unsigned int typedByReference : 1;
 unsigned int casted : 1;
 unsigned int pointerAlignment : 1;
+unsigned int isLong : 1;
 } __attribute__ ((gcc_struct));
 
 extern void DeclareMethod(struct External * neededFor, struct __ecereNameSpace__ecere__com__Method * method, const char *  name);