From 0bd8ccb242777ff655cbafeee0352c89f21195f4 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 20 Jul 1998 03:50:31 +0000 Subject: [PATCH] Include "oscond.h" to get definition for _IRIX. --- v7/src/microcode/missing.c | 5 +++-- v7/src/microcode/psbmap.h | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/v7/src/microcode/missing.c b/v7/src/microcode/missing.c index 837f6c843..41532d6d4 100644 --- a/v7/src/microcode/missing.c +++ b/v7/src/microcode/missing.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: missing.c,v 9.30 1993/06/24 07:09:00 gjr Exp $ +$Id: missing.c,v 9.31 1998/07/20 03:50:31 cph Exp $ -Copyright (c) 1987-1992 Massachusetts Institute of Technology +Copyright (c) 1987-98 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -34,6 +34,7 @@ MIT in each case. */ /* This file contains utilities potentially missing from the math library. */ +#include "oscond.h" #include "ansidecl.h" #include "config.h" diff --git a/v7/src/microcode/psbmap.h b/v7/src/microcode/psbmap.h index 10969a261..966e523dc 100644 --- a/v7/src/microcode/psbmap.h +++ b/v7/src/microcode/psbmap.h @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: psbmap.h,v 9.41 1993/11/11 20:20:03 cph Exp $ +$Id: psbmap.h,v 9.42 1998/07/20 03:50:07 cph Exp $ -Copyright (c) 1987-1993 Massachusetts Institute of Technology +Copyright (c) 1987-98 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -50,6 +50,7 @@ MIT in each case. */ #ifndef _NEXTOS #include #endif +#include "oscond.h" #include "ansidecl.h" #include "config.h" #include "types.h" -- 2.25.1