Avoid duplicate include of setjmp.h
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 6 Feb 1993 05:28:52 +0000 (05:28 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 6 Feb 1993 05:28:52 +0000 (05:28 +0000)
v7/src/microcode/bchdrn.c

index fc3f9e3c2cf729a4a2a89afc65382787af70f080..07698043351b73b9a204f4621b58885ad08391de 100644 (file)
@@ -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 <setjmp.h>
 #include "ux.h"
 #include "bchdrn.h"
+#if 0
+/* ux.h includes <setjmp.h> indirectly */
+#  include <setjmp.h>
+#endif
 
 #define DEBUG
 /* #define DEBUG_1 */