Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/include Don't define _LP64 here.
details: https://anonhg.NetBSD.org/src/rev/f18943129f0e
branches: trunk
changeset: 526461:f18943129f0e
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri May 03 18:27:41 2002 +0000
description:
Don't define _LP64 here.
diffstat:
sys/arch/sparc/include/limits.h | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diffs (23 lines):
diff -r 45d99c262965 -r f18943129f0e sys/arch/sparc/include/limits.h
--- a/sys/arch/sparc/include/limits.h Fri May 03 17:58:28 2002 +0000
+++ b/sys/arch/sparc/include/limits.h Fri May 03 18:27:41 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: limits.h,v 1.12 2000/08/08 22:31:14 tshiozak Exp $ */
+/* $NetBSD: limits.h,v 1.13 2002/05/03 18:27:41 thorpej Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -56,13 +56,6 @@
#define INT_MAX 0x7fffffff /* max value for an int */
#define INT_MIN (-0x7fffffff-1) /* min value for an int */
-/* Make sure _LP64 is defined if we have a 64-bit compiler */
-#if __arch64__||__sparcv9__
-#ifndef _LP64
-#define _LP64
-#endif
-#endif
-
#ifdef __arch64__
#define ULONG_MAX 0xffffffffffffffffUL /* max value for an unsigned long */
#define LONG_MAX 0x7fffffffffffffffL /* max value for a long */
Home |
Main Index |
Thread Index |
Old Index