From: Chris Hanson Date: Tue, 28 Jun 1994 19:46:25 +0000 (+0000) Subject: Update old conditionalization based on "unix". X-Git-Tag: 20090517-FFI~7157 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9926027a43e171af827e2d8e92ec7557f9f885f6;p=mit-scheme.git Update old conditionalization based on "unix". --- diff --git a/v7/src/microcode/config.h b/v7/src/microcode/config.h index 8135672cf..6bf09e8a4 100644 --- a/v7/src/microcode/config.h +++ b/v7/src/microcode/config.h @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: config.h,v 9.83 1993/11/08 06:14:41 gjr Exp $ +$Id: config.h,v 9.84 1994/06/28 19:46:25 cph Exp $ -Copyright (c) 1987-1993 Massachusetts Institute of Technology +Copyright (c) 1987-94 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -38,10 +38,12 @@ MIT in each case. */ #ifndef SCM_CONFIG_H #define SCM_CONFIG_H -/* Default pathnames. */ +/* Default switches. */ + +#include "oscond.h" #ifndef butterfly -#ifndef unix +#ifndef _UNIX /* On unix, these are part of the make file. */ /* Runtime debugging flags, with appropriate defaults: */ @@ -67,8 +69,8 @@ MIT in each case. */ option is incompatible with the stepper and compiler. */ /* #define USE_STACKLETS */ -#endif -#endif +#endif /* not _UNIX */ +#endif /* not butterfly */ /* Some configuration consistency testing */ diff --git a/v7/src/microcode/dmpwrld.c b/v7/src/microcode/dmpwrld.c index d3300d1a7..ea34c87c8 100644 --- a/v7/src/microcode/dmpwrld.c +++ b/v7/src/microcode/dmpwrld.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: dmpwrld.c,v 9.37 1993/06/24 07:07:57 gjr Exp $ +$Id: dmpwrld.c,v 9.38 1994/06/28 19:45:09 cph Exp $ -Copyright (c) 1987, 1988, 1989, 1990 Massachusetts Institute of Technology +Copyright (c) 1987-94 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -39,7 +39,7 @@ MIT in each case. */ #include "scheme.h" #include "prims.h" -#ifndef unix +#ifndef _UNIX #include "Error: dumpworld.c does not work on non-unix machines." #endif