diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index 5f6721595c0..1eed323133a 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -643,10 +643,8 @@ extern bool initialized; | |||
| 643 | extern struct gflags | 643 | extern struct gflags |
| 644 | { | 644 | { |
| 645 | /* True means this Emacs instance was born to dump. */ | 645 | /* True means this Emacs instance was born to dump. */ |
| 646 | #if defined HAVE_PDUMPER || defined HAVE_UNEXEC | ||
| 647 | bool will_dump_ : 1; | 646 | bool will_dump_ : 1; |
| 648 | bool will_bootstrap_ : 1; | 647 | bool will_bootstrap_ : 1; |
| 649 | #endif | ||
| 650 | #ifdef HAVE_PDUMPER | 648 | #ifdef HAVE_PDUMPER |
| 651 | /* Set in an Emacs process that will likely dump with pdumper; all | 649 | /* Set in an Emacs process that will likely dump with pdumper; all |
| 652 | Emacs processes may dump with pdumper, however. */ | 650 | Emacs processes may dump with pdumper, however. */ |