From 3904221c8b5efb0b07a4c465b2c0f8131e09fe2a Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 10 May 2010 21:41:09 +0000 Subject: /* XXX - we don't use __COMPILER_INT64__ */ so remove it. ok millert@ --- sys/arch/sparc64/include/_types.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sys/arch/sparc64/include/_types.h b/sys/arch/sparc64/include/_types.h index 61711455ac4..a9cfe0a0319 100644 --- a/sys/arch/sparc64/include/_types.h +++ b/sys/arch/sparc64/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.9 2009/11/04 19:14:10 kettenis Exp $ */ +/* $OpenBSD: _types.h,v 1.10 2010/05/10 21:41:08 kettenis Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -48,16 +48,10 @@ typedef short __int16_t; typedef unsigned short __uint16_t; typedef int __int32_t; typedef unsigned int __uint32_t; -/* XXX - we don't use __COMPILER_INT64__ */ -#ifdef __COMPILER_INT64__ -typedef __COMPILER_INT64__ __int64_t; -typedef __COMPILER_UINT64__ __uint64_t; -#else /* LONGLONG */ typedef long long __int64_t; /* LONGLONG */ typedef unsigned long long __uint64_t; -#endif /* 7.18.1.2 Minimum-width integer types */ typedef __int8_t __int_least8_t; -- cgit v1.2.3