]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-nios/types.h
Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
[karo-tx-uboot.git] / include / asm-nios / types.h
index 43fd8f6d2b1c4b7ab1dbc798d21a07d7ad0a05d5..24c98a89e4a3873ccee5d3edf0b02502fe9baba1 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
 
 /*