X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-avr32%2Ftypes.h;h=8999a381940361b760e001182b8adbc2abb6d6ed;hb=4bc6c497b26a7984cac842a09e2e8f8c46242782;hp=2bff153a32ed6d557edc376ed0bdb65e62e2e939;hpb=b361735043e3001eadb1d40916fd1a4fca1a9363;p=powerpc.git diff --git a/include/asm-avr32/types.h b/include/asm-avr32/types.h index 2bff153a32..8999a38194 100644 --- a/include/asm-avr32/types.h +++ b/include/asm-avr32/types.h @@ -25,9 +25,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__ */