X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fasm-v850%2Ftypes.h;h=284bda88211293b040fcee3f3b50143d3bd0b7cb;hb=0eccf60bfa9190d1588b2bf07d23d7b9b3a19d9e;hp=dcef5719687501bc39ceabff1c95e0d978996243;hpb=4e0c1159d83a658d1ffba5bc3442f4ec4cadb436;p=mv-sheeva.git diff --git a/include/asm-v850/types.h b/include/asm-v850/types.h index dcef5719687..284bda88211 100644 --- a/include/asm-v850/types.h +++ b/include/asm-v850/types.h @@ -27,9 +27,9 @@ typedef unsigned short __u16; typedef __signed__ int __s32; typedef unsigned int __u32; -#if defined(__GNUC__) && !defined(__STRICT_ANSI__) -typedef __signed__ long long __s64; -typedef unsigned long long __u64; +#if defined(__GNUC__) +__extension__ typedef __signed__ long long __s64; +__extension__ typedef unsigned long long __u64; #endif #endif /* !__ASSEMBLY__ */