From bfa39bb99565351f6c3d4923c3c1544083232c2b Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Thu, 15 Aug 2019 05:19:18 +0000 Subject: [PATCH] Bump COMPILER_INTERFACE_VERSION. Make attempts to use old .com files fail a little more obviously. --- src/microcode/cmpint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.25.1