From 54ef6fdb97c25828248600f7db83fa37781adc04 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 3 Jun 1992 21:54:00 +0000 Subject: [PATCH] Change order of file inclusion to satisfy vanilla sysv. --- v7/src/microcode/bchdrn.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/bchdrn.h b/v7/src/microcode/bchdrn.h index 06c5b82bd..ef0b3555c 100644 --- a/v7/src/microcode/bchdrn.h +++ b/v7/src/microcode/bchdrn.h @@ -1,8 +1,8 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchdrn.h,v 1.3 1992/02/29 19:35:23 mhwu Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/bchdrn.h,v 1.4 1992/06/03 21:54:00 jinx Exp $ -Copyright (c) 1991 Massachusetts Institute of Technology +Copyright (c) 1991-1992 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -61,7 +61,7 @@ MIT in each case. */ /* #define AVOID_SYSV_SHARED_MEMORY */ #ifndef AVOID_SYSV_SHARED_MEMORY -# if defined(_SYSV) || defined(_SUNOS4) || defined(_ULTRIX) +# if defined(_SYSV4) || defined(_SUNOS4) || defined(_ULTRIX) # define HAVE_SYSV_SHARED_MEMORY # endif #endif -- 2.25.1