]> git.sur5r.net Git - u-boot/blobdiff - include/asm-microblaze/types.h
Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
[u-boot] / include / asm-microblaze / types.h
index 8c4bef28706388fb7e238cfd866c7dbbb5937b57..3895dc436503a78b39e9de633cab232b2f880a07 100644 (file)
@@ -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
 
 /*