diff options
| author | Andrea Corallo | 2021-03-09 16:35:13 +0100 |
|---|---|---|
| committer | Andrea Corallo | 2021-03-09 16:37:05 +0100 |
| commit | 79c83f79c5b618cb9ef5eca7be2245f15ff54626 (patch) | |
| tree | 17fc56623c59d5c9202b5e2eac46452acba34370 /src/comp.c | |
| parent | 7672b15c2730d55cfc3aba1b83986721f932ba50 (diff) | |
| download | emacs-79c83f79c5b618cb9ef5eca7be2245f15ff54626.tar.gz emacs-79c83f79c5b618cb9ef5eca7be2245f15ff54626.zip | |
* src/comp.c (ABI_VERSION): Bump following-up 380ba045c4.
Diffstat (limited to 'src/comp.c')
| -rw-r--r-- | src/comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c index 9b7be5cce71..2ed893cbe04 100644 --- a/src/comp.c +++ b/src/comp.c | |||
| @@ -429,7 +429,7 @@ load_gccjit_if_necessary (bool mandatory) | |||
| 429 | 429 | ||
| 430 | 430 | ||
| 431 | /* Increase this number to force a new Vcomp_abi_hash to be generated. */ | 431 | /* Increase this number to force a new Vcomp_abi_hash to be generated. */ |
| 432 | #define ABI_VERSION "2" | 432 | #define ABI_VERSION "3" |
| 433 | 433 | ||
| 434 | /* Length of the hashes used for eln file naming. */ | 434 | /* Length of the hashes used for eln file naming. */ |
| 435 | #define HASH_LENGTH 8 | 435 | #define HASH_LENGTH 8 |