X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-m32r%2Ftypes.h;h=b64c16639a7b77c7098bea0a053c13c14340ae57;hb=eddeb0e2d863e3941d8768e70cb50c6120e61fa0;hp=27d3eb539c50ddf16bbea835d11fcd7359bbf703;hpb=5a84d159061d914c8dd4aa372ac6e9529c2be453;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-m32r/types.h b/include/asm-m32r/types.h index 27d3eb539c5..b64c16639a7 100644 --- a/include/asm-m32r/types.h +++ b/include/asm-m32r/types.h @@ -19,9 +19,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__ */