X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=compiler%2Fbootstrap%2Flibec%2Fbootstrap%2Fpass16.c;h=2ea8ea55ab0309e2cc7514f049ce4fe15e281f26;hb=5af8e766ef71a09f1f88c31bed2b66416b6d7fab;hp=7877f2fd96651599aabc708f9407ea8056e2765e;hpb=4bf6c70a907961201da8a5f8db56b6e69092afee;p=sdk diff --git a/compiler/bootstrap/libec/bootstrap/pass16.c b/compiler/bootstrap/libec/bootstrap/pass16.c index 7877f2f..2ea8ea5 100644 --- a/compiler/bootstrap/libec/bootstrap/pass16.c +++ b/compiler/bootstrap/libec/bootstrap/pass16.c @@ -682,6 +682,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 ProcessMethodType(struct __ecereNameSpace__ecere__com__Method * method);