emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 49def70 1/2: * src/comp.c (load_comp_unit): Style fi


From: Andrea Corallo
Subject: feature/native-comp 49def70 1/2: * src/comp.c (load_comp_unit): Style fix.
Date: Sun, 10 May 2020 04:35:33 -0400 (EDT)

branch: feature/native-comp
commit 49def706f361754a3e374c105328a3eec892beff
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * src/comp.c (load_comp_unit): Style fix.
---
 src/comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/comp.c b/src/comp.c
index 768172b..e3a80ad 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -3564,7 +3564,7 @@ load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u, 
bool loading_dump,
   Lisp_Object *saved_cu = dynlib_sym (handle, COMP_UNIT_SYM);
   if (!saved_cu)
     xsignal1 (Qnative_lisp_file_inconsistent, comp_u->file);
-  bool reloading_cu = !NILP (*saved_cu) ? true : false;
+  bool reloading_cu = !NILP (*saved_cu);
   Lisp_Object *data_eph_relocs =
     dynlib_sym (handle, DATA_RELOC_EPHEMERAL_SYM);
 



reply via email to

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