Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
|
inline
| side by side
remove strict ansi check from __u64 in asm/types.h
[linux-2.6.git]
/
include
/
asm-sh64
/
types.h
diff --git
a/include/asm-sh64/types.h
b/include/asm-sh64/types.h
index 8d41db2153b599bcd618a47bff5726bd9d7828bd..2c7ad73b3883329ff04b023608f4b28604535358 100644
(file)
--- a/
include/asm-sh64/types.h
+++ b/
include/asm-sh64/types.h
@@
-30,9
+30,9
@@
typedef unsigned short __u16;
typedef __signed__ int __s32;
typedef unsigned int __u32;
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__ */
#endif
#endif /* __ASSEMBLY__ */