X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-m68k%2Ftypes.h;h=c35c09d93b662d97c6f0b8be3fa1a42c2d6792f0;hb=ce932967b9f77c130d4936d1e20d619a628ae08f;hp=b5a1febc97d41d2658d6d25552d788ed3f1ce6ca;hpb=5d54e69c68c05b162a56f9914cae72afd7e6f40a;p=linux-2.6 diff --git a/include/asm-m68k/types.h b/include/asm-m68k/types.h index b5a1febc97..c35c09d93b 100644 --- a/include/asm-m68k/types.h +++ b/include/asm-m68k/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__ */