clean up (group, sort) __HAVE_* defines

This commit is contained in:
cgd 2000-02-05 00:07:30 +00:00
parent c343256107
commit 253b179629
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: types.h,v 1.13 2000/02/01 04:01:21 danw Exp $ */
/* $NetBSD: types.h,v 1.14 2000/02/05 00:07:30 cgd Exp $ */
/*-
* Copyright (c) 1990, 1993
@ -70,8 +70,7 @@ typedef unsigned long u_int64_t;
typedef int64_t register_t;
#define __HAVE_DEVICE_REGISTER
#define __HAVE_NWSCONS
#define __HAVE_DEVICE_REGISTER
#endif /* _MACHTYPES_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: types.h,v 1.21 2000/02/01 04:01:22 danw Exp $ */
/* $NetBSD: types.h,v 1.22 2000/02/05 00:07:31 cgd Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -72,11 +72,10 @@ typedef unsigned long long u_int64_t;
typedef int32_t register_t;
#define __HAVE_NWSCONS
/* The x86 does not have strict alignment requirements. */
#define __NO_STRICT_ALIGNMENT
#define __HAVE_DEVICE_REGISTER
#define __HAVE_NWSCONS
#endif /* _MACHTYPES_H_ */