emacs-diffs
[Top][All Lists]
Advanced

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

master 095dadf277 1/2: lisp.h: Remove unnecessary preprocessor condition


From: Eli Zaretskii
Subject: master 095dadf277 1/2: lisp.h: Remove unnecessary preprocessor conditions
Date: Tue, 25 Oct 2022 07:59:57 -0400 (EDT)

branch: master
commit 095dadf27781b5f7916db0b5d669d7ced8f76d7e
Author: Lin Sun <sunlin7@hotmail.com>
Commit: Eli Zaretskii <eliz@gnu.org>

    lisp.h: Remove unnecessary preprocessor conditions
    
    This removes the HAVE_PDUMPER || HAVE_UNEXEC condition
    of gflags.will_dump_, which gets in the way when Emacs
    is built without any dumping method.  (Bug#58708)
---
 src/lisp.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lisp.h b/src/lisp.h
index 5f6721595c..1eed323133 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -643,10 +643,8 @@ extern bool initialized;
 extern struct gflags
 {
   /* True means this Emacs instance was born to dump.  */
-#if defined HAVE_PDUMPER || defined HAVE_UNEXEC
   bool will_dump_ : 1;
   bool will_bootstrap_ : 1;
-#endif
 #ifdef HAVE_PDUMPER
   /* Set in an Emacs process that will likely dump with pdumper; all
      Emacs processes may dump with pdumper, however.  */



reply via email to

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