From 8bccd282e4ee2d7aee509529bf3fcc1ba581c7cd Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Fri, 5 Jun 1992 20:10:27 +0000 Subject: [PATCH] i386 trap code in this file is only known to be valid for mach3.0. --- v7/src/microcode/uxtrap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/uxtrap.h b/v7/src/microcode/uxtrap.h index 60734d4d3..01065b370 100644 --- a/v7/src/microcode/uxtrap.h +++ b/v7/src/microcode/uxtrap.h @@ -1,8 +1,8 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/uxtrap.h,v 1.13 1992/04/30 04:05:42 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/uxtrap.h,v 1.14 1992/06/05 20:10:27 jinx Exp $ -Copyright (c) 1990-92 Massachusetts Institute of Technology +Copyright (c) 1990-1992 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -366,7 +366,7 @@ struct full_sigcontext #endif /* _SYSV4 */ #endif /* mips */ -#ifdef i386 +#if defined(i386) && defined(_MACH_UNIX) /* The following are true for Mach (BSD 4.3 compatible). I don't know about SCO or other versions. */ -- 2.25.1