Conditionalize `tbuffer' definition in "vms.c" by means of an explicit
authorChris Hanson <org/chris-hanson/cph>
Wed, 4 Nov 1987 20:03:59 +0000 (20:03 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 4 Nov 1987 20:03:59 +0000 (20:03 +0000)
switch.  This definition does not appear to depend on the VMS version.

v7/src/microcode/config.h

index f0c08904fa72012f96eb584668b63aea15d8101e..74d41bf2661228cd6157ec254f073a96cd63d1d1 100644 (file)
@@ -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