X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=compiler%2Fbootstrap%2Fecs%2Fbootstrap%2Fecs.c;h=87d0b521634288b223a34bd0335840ea8c14867d;hb=5af8e766ef71a09f1f88c31bed2b66416b6d7fab;hp=e988cb204aff5e0fc56c917101097f64ca91cf32;hpb=4bf6c70a907961201da8a5f8db56b6e69092afee;p=sdk diff --git a/compiler/bootstrap/ecs/bootstrap/ecs.c b/compiler/bootstrap/ecs/bootstrap/ecs.c index e988cb2..87d0b52 100644 --- a/compiler/bootstrap/ecs/bootstrap/ecs.c +++ b/compiler/bootstrap/ecs/bootstrap/ecs.c @@ -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);