diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-07-23 14:19:47 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-07-23 14:19:47 +0000 |
commit | 90bbad4fd199eb0514a744c970f756d558e82564 (patch) | |
tree | 48fcb54a3138da0ed54b678c97b34cebde2b5a95 /sys/arch/i386 | |
parent | 4d6d9fbedc76933890f65432468a77134479225a (diff) |
Define __HAVE_SPLASSERT on architectures that support splassert.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/include/types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/include/types.h b/sys/arch/i386/include/types.h index c9abec7b652..7a49e37d2ff 100644 --- a/sys/arch/i386/include/types.h +++ b/sys/arch/i386/include/types.h @@ -1,5 +1,5 @@ /* $NetBSD: types.h,v 1.12 1995/12/24 01:08:03 mycroft Exp $ */ -/* $OpenBSD: types.h,v 1.9 2001/08/11 01:58:34 art Exp $ */ +/* $OpenBSD: types.h,v 1.10 2002/07/23 14:19:46 art Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -79,5 +79,6 @@ typedef unsigned long long uint64_t; typedef int32_t register_t; #define __HAVE_NWSCONS +#define __HAVE_SPLASSERT #endif /* _MACHTYPES_H_ */ |