From: Chris Hanson Date: Mon, 20 Jul 1998 03:50:31 +0000 (+0000) Subject: Include "oscond.h" to get definition for _IRIX. X-Git-Tag: 20090517-FFI~4764 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0bd8ccb242777ff655cbafeee0352c89f21195f4;p=mit-scheme.git Include "oscond.h" to get definition for _IRIX. --- 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"