Bump COMPILER_INTERFACE_VERSION.
authorTaylor R Campbell <campbell@mumble.net>
Thu, 15 Aug 2019 05:19:18 +0000 (05:19 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Thu, 15 Aug 2019 05:21:32 +0000 (05:21 +0000)
Make attempts to use old .com files fail a little more obviously.

src/microcode/cmpint.h

index c74805e677c63fcd48139ef1b528605a6453a2dd..ea8dbe8f12ee6ad51e3c04f2af3cb106c533c21a 100644 (file)
@@ -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;