diff options
Diffstat (limited to 'include/asm-cris')
-rw-r--r-- | include/asm-cris/types.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-cris/types.h b/include/asm-cris/types.h index 84557c9bac93..5a21c42bc6c5 100644 --- a/include/asm-cris/types.h +++ b/include/asm-cris/types.h | |||
@@ -19,9 +19,9 @@ typedef unsigned short __u16; | |||
19 | typedef __signed__ int __s32; | 19 | typedef __signed__ int __s32; |
20 | typedef unsigned int __u32; | 20 | typedef unsigned int __u32; |
21 | 21 | ||
22 | #if defined(__GNUC__) && !defined(__STRICT_ANSI__) | 22 | #if defined(__GNUC__) |
23 | typedef __signed__ long long __s64; | 23 | __extension__ typedef __signed__ long long __s64; |
24 | typedef unsigned long long __u64; | 24 | __extension__ typedef unsigned long long __u64; |
25 | #endif | 25 | #endif |
26 | 26 | ||
27 | #endif /* __ASSEMBLY__ */ | 27 | #endif /* __ASSEMBLY__ */ |