From ca6238d3104059d0f9babbd7e89136017ca4f984 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 28 Nov 1990 20:52:09 +0000 Subject: [PATCH] Don't include "posixtype.h" unless "oscond.h" is included first. --- v7/src/microcode/os.h | 3 ++- v7/src/microcode/unxutl/ymkfile | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/os.h b/v7/src/microcode/os.h index 581e4ef7c..923b862e8 100644 --- a/v7/src/microcode/os.h +++ b/v7/src/microcode/os.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/os.h,v 1.1 1990/06/20 19:36:04 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/os.h,v 1.2 1990/11/28 20:51:00 cph Rel $ Copyright (c) 1990 Massachusetts Institute of Technology @@ -36,6 +36,7 @@ MIT in each case. */ #define SCM_OS_H #include "ansidecl.h" +#include "oscond.h" #include "posixtype.h" typedef unsigned int Tchannel; diff --git a/v7/src/microcode/unxutl/ymkfile b/v7/src/microcode/unxutl/ymkfile index c891d49de..5f1753305 100644 --- a/v7/src/microcode/unxutl/ymkfile +++ b/v7/src/microcode/unxutl/ymkfile @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/ymkfile,v 1.35 1990/11/21 07:01:03 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/ymkfile,v 1.36 1990/11/28 20:52:09 cph Exp $ Copyright (c) 1989, 1990 Massachusetts Institute of Technology @@ -639,7 +639,7 @@ cmpaux-mc68k.s : cmpaux-mc68k.m4 cmpaux-vax.s : cmpaux-vax.m4 osscheme.o : scheme.touch posixtype.h os.h osscheme.h -ostty.o : ansidecl.h posixtype.h os.h ostty.h osscheme.h +ostty.o : ansidecl.h oscond.h posixtype.h os.h ostty.h osscheme.h error.o ptrvec.o transact.o : ansidecl.h dstack.h wind.o : ansidecl.h dstack.h obstack.h -- 2.25.1