aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPip Cet2024-08-20 19:16:58 +0000
committerStefan Kangas2024-12-12 22:48:13 +0100
commit647f6aa4c06f681df8d2ab6520d8bcd273dff1a8 (patch)
treeaf8232be90bfb9fde8264470775904fb3ac5c366
parentc9ab3258760c5ef2baf3ecf2a2a0051fc3fb4612 (diff)
downloademacs-647f6aa4c06f681df8d2ab6520d8bcd273dff1a8.tar.gz
emacs-647f6aa4c06f681df8d2ab6520d8bcd273dff1a8.zip
Pure storage removal: Bump nativecomp ABI
Use "9" as MPS builds use "7" and "8". * src/comp.c (ABI_VERSION): Bump.
-rw-r--r--src/comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c
index 5e8b49f7ffc..ac26ead08d9 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -468,7 +468,7 @@ load_gccjit_if_necessary (bool mandatory)
468 468
469 469
470/* Increase this number to force a new Vcomp_abi_hash to be generated. */ 470/* Increase this number to force a new Vcomp_abi_hash to be generated. */
471#define ABI_VERSION "6" 471#define ABI_VERSION "9"
472 472
473/* Length of the hashes used for eln file naming. */ 473/* Length of the hashes used for eln file naming. */
474#define HASH_LENGTH 8 474#define HASH_LENGTH 8