From d1b7ba47e22119cd34fb4d26cb56c5424c979b4c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 4 Nov 1987 20:03:59 +0000 Subject: [PATCH] Conditionalize `tbuffer' definition in "vms.c" by means of an explicit switch. This definition does not appear to depend on the VMS version. --- v7/src/microcode/config.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/config.h b/v7/src/microcode/config.h index f0c08904f..74d41bf26 100644 --- a/v7/src/microcode/config.h +++ b/v7/src/microcode/config.h @@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.31 1987/08/06 18:03:52 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/config.h,v 9.32 1987/11/04 20:03:59 cph Rel $ * * This file contains the configuration information and the information * given on the command line on Unix. @@ -259,6 +259,10 @@ typedef unsigned long Pointer; #define VMS_VERSION 4 #define VMS_SUBVERSION 5 +/* If your C runtime library already defines the `tbuffer' datatype, + then define this symbol. */ +/* #define HAVE_TBUFFER */ + /* Name conflict in VMS with system variable */ #define Free Free_Register -- 2.25.1