From 298c26930cdb04b125e7343dbaa3485822f131ee Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sat, 6 Feb 1993 05:28:52 +0000 Subject: [PATCH] Avoid duplicate include of setjmp.h --- v7/src/microcode/bchdrn.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/bchdrn.c b/v7/src/microcode/bchdrn.c index fc3f9e3c2..076980433 100644 --- a/v7/src/microcode/bchdrn.c +++ b/v7/src/microcode/bchdrn.c @@ -1,8 +1,8 @@ /* -*- C -*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchdrn.c,v 1.4 1992/03/26 04:21:11 cph Exp $ +$Id: bchdrn.c,v 1.5 1993/02/06 05:28:52 gjr Exp $ -Copyright (c) 1991-92 Massachusetts Institute of Technology +Copyright (c) 1991-1993 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -34,9 +34,12 @@ MIT in each case. */ /* Drone program for overlapped I/O in bchscheme. */ -#include #include "ux.h" #include "bchdrn.h" +#if 0 +/* ux.h includes indirectly */ +# include +#endif #define DEBUG /* #define DEBUG_1 */ -- 2.25.1