From a31d8fda36d675bc51a7c4423a82a082f7716b0c Mon Sep 17 00:00:00 2001 From: Lin Sun Date: Sat, 22 Oct 2022 00:00:06 +0000 Subject: [PATCH] lisp.h: remove the directives which surround the gflags.will_dump_ --- src/lisp.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lisp.h b/src/lisp.h index 5f67215..1eed323 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -643,10 +643,8 @@ #define ENUM_BF(TYPE) enum TYPE 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. */ -- 2.7.0