From 27f8ab75b6d873f46e9bbd68a380f9d5f4958e02 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 27 Nov 1990 19:17:05 +0000 Subject: [PATCH] Adjust comment for i386. --- v7/src/microcode/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/config.h b/v7/src/microcode/config.h index bafb37bb8..79956a09b 100644 --- a/v7/src/microcode/config.h +++ b/v7/src/microcode/config.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.58 1990/11/14 10:58:32 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.59 1990/11/27 19:17:05 cph Rel $ Copyright (c) 1987, 1988, 1989, 1990 Massachusetts Institute of Technology @@ -375,8 +375,8 @@ typedef unsigned long SCHEME_OBJECT; #endif /* not sun */ #endif /* not sequent */ -/* These are really OS-dependent. They are correct for the sequent, - but we don't know about any other 386 systems. */ +/* These are really OS-dependent. They are correct for the sequent + and for SYSV3, but we don't know about other 386 systems. */ #define HEAP_IN_LOW_MEMORY #define HAS_FLOOR #define HAS_FREXP -- 2.25.1