From: Taylor R Campbell <campbell@mumble.net>
Date: Thu, 15 Aug 2019 05:19:18 +0000 (+0000)
Subject: Bump COMPILER_INTERFACE_VERSION.
X-Git-Tag: mit-scheme-pucked-10.1.20~11^2~80^2~1
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=bfa39bb99565351f6c3d4923c3c1544083232c2b;p=mit-scheme.git

Bump COMPILER_INTERFACE_VERSION.

Make attempts to use old .com files fail a little more obviously.
---

diff --git a/src/microcode/cmpint.h b/src/microcode/cmpint.h
index c74805e67..ea8dbe8f1 100644
--- a/src/microcode/cmpint.h
+++ b/src/microcode/cmpint.h
@@ -32,7 +32,7 @@ USA.
 #include "config.h"
 #include "object.h"
 
-#define COMPILER_INTERFACE_VERSION 3
+#define COMPILER_INTERFACE_VERSION 4
 
 typedef struct cc_entry_type_s cc_entry_type_t;
 typedef struct cc_entry_offset_s cc_entry_offset_t;