Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/arm/softfloat Appease clang by making 64-bit l...
details: https://anonhg.NetBSD.org/src/rev/c51f65a45844
branches: trunk
changeset: 784339:c51f65a45844
user: matt <matt%NetBSD.org@localhost>
date: Sat Jan 26 07:08:14 2013 +0000
description:
Appease clang by making 64-bit literals use ULL
diffstat:
lib/libc/arch/arm/softfloat/arm-gcc.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7f215c791024 -r c51f65a45844 lib/libc/arch/arm/softfloat/arm-gcc.h
--- a/lib/libc/arch/arm/softfloat/arm-gcc.h Sat Jan 26 07:04:22 2013 +0000
+++ b/lib/libc/arch/arm/softfloat/arm-gcc.h Sat Jan 26 07:08:14 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: arm-gcc.h,v 1.3 2005/12/24 21:11:16 perry Exp $ */
+/* $NetBSD: arm-gcc.h,v 1.4 2013/01/26 07:08:14 matt Exp $ */
/*
-------------------------------------------------------------------------------
@@ -71,7 +71,7 @@
defined as the identity macro: `#define LIT64( a ) a'.
-------------------------------------------------------------------------------
*/
-#define LIT64( a ) a##LL
+#define LIT64( a ) a##ULL
#endif
/*
Home |
Main Index |
Thread Index |
Old Index