emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 6444f69: * src/comp.c (hash_native_abi): Account for


From: Andrea Corallo
Subject: feature/native-comp 6444f69: * src/comp.c (hash_native_abi): Account for `system-configuraton-options'.
Date: Thu, 4 Mar 2021 03:11:15 -0500 (EST)

branch: feature/native-comp
commit 6444f69de277454491367b74434ac6d9fd122f50
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * src/comp.c (hash_native_abi): Account for `system-configuraton-options'.
---
 src/comp.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/comp.c b/src/comp.c
index bc45859..1e50b4f 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -724,7 +724,8 @@ hash_native_abi (void)
   Vcomp_abi_hash =
     comp_hash_string (
       concat3 (build_string (ABI_VERSION),
-              concat2 (Vemacs_version, Vsystem_configuration),
+              concat3 (Vemacs_version, Vsystem_configuration,
+                       Vsystem_configuration_options),
               Fmapconcat (intern_c_string ("subr-name"),
                           Vcomp_subr_list, build_string (""))));
   Vcomp_native_version_dir =



reply via email to

[Prev in Thread] Current Thread [Next in Thread]