]> git.eshelyaron.com Git - emacs.git/commitdiff
Pure storage removal: Bump nativecomp ABI
authorPip Cet <pipcet@protonmail.com>
Tue, 20 Aug 2024 19:16:58 +0000 (19:16 +0000)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 10:27:20 +0000 (11:27 +0100)
Use "9" as MPS builds use "7" and "8".

* src/comp.c (ABI_VERSION): Bump.

(cherry picked from commit 647f6aa4c06f681df8d2ab6520d8bcd273dff1a8)

src/comp.c

index f1878a94243da6cb84f76cd757588b3bf6aa2b32..6f67d60cc26e8d4ccfd6af188e08f8d32f12dcf6 100644 (file)
@@ -468,7 +468,7 @@ load_gccjit_if_necessary (bool mandatory)
 
 \f
 /* Increase this number to force a new Vcomp_abi_hash to be generated.  */
-#define ABI_VERSION "6"
+#define ABI_VERSION "9"
 
 /* Length of the hashes used for eln file naming.  */
 #define HASH_LENGTH 8