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

Shorten some names to 31 characters to make VMS compiler happy.

v7/src/microcode/version.h
v8/src/microcode/version.h

index 219864ee39fde60f3ef371ec5e7697d1baa855de..20d7497c63c1f2f1b894c4e0edcb97bb54a0ce91 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/version.h,v 10.1 1987/10/09 18:48:14 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.2 1987/11/04 20:05:38 cph Exp $
 
 This file contains version information for the microcode. */
 \f
@@ -46,7 +46,7 @@ This file contains version information for the microcode. */
 #define VERSION                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     1
+#define SUBVERSION     2
 #endif
 
 #ifndef UCODE_TABLES_FILENAME
index c11fb4b4aaf3cc0e787c8b199e4e39cb93659f05..cc2b3e8ff3832a82cd66ef2b4ccfd7c10da1ce31 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/v8/src/microcode/version.h,v 10.1 1987/10/09 18:48:14 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.2 1987/11/04 20:05:38 cph Exp $
 
 This file contains version information for the microcode. */
 \f
@@ -46,7 +46,7 @@ This file contains version information for the microcode. */
 #define VERSION                10
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     1
+#define SUBVERSION     2
 #endif
 
 #ifndef UCODE_TABLES_FILENAME