]> git.sur5r.net Git - u-boot/blobdiff - include/asm-i386/types.h
Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
[u-boot] / include / asm-i386 / types.h
index 69f8a5a7c6d04729f3543f2538dfc1af9efcb4db..bdbde4172ae10f93c74f1747db952bd24655861a 100644 (file)
@@ -17,9 +17,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
 
 /*