X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sh64%2Ftypes.h;h=2c7ad73b3883329ff04b023608f4b28604535358;hb=b3d9d6be035a7d1cc6740cee695301bf37caedcd;hp=8d41db2153b599bcd618a47bff5726bd9d7828bd;hpb=142e27fc8a3619471669d6241784eec9167c47d1;p=linux-2.6 diff --git a/include/asm-sh64/types.h b/include/asm-sh64/types.h index 8d41db2153..2c7ad73b38 100644 --- a/include/asm-sh64/types.h +++ b/include/asm-sh64/types.h @@ -30,9 +30,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__ */