X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=compiler%2Fbootstrap%2Flibec%2Fbootstrap%2Fpass2.c;h=3e7eb03e2179dde2ce2a1b7991e2d2dfaca446ed;hb=5af8e766ef71a09f1f88c31bed2b66416b6d7fab;hp=16366cf8dcad4326ba36a27c40d75673aaed1822;hpb=4bf6c70a907961201da8a5f8db56b6e69092afee;p=sdk diff --git a/compiler/bootstrap/libec/bootstrap/pass2.c b/compiler/bootstrap/libec/bootstrap/pass2.c index 16366cf..3e7eb03 100644 --- a/compiler/bootstrap/libec/bootstrap/pass2.c +++ b/compiler/bootstrap/libec/bootstrap/pass2.c @@ -1020,6 +1020,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 Specifier