bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#58708: 29.0.50; [PATCH] Fix build error that gflags.will_dump_ not s


From: lin Sun
Subject: bug#58708: 29.0.50; [PATCH] Fix build error that gflags.will_dump_ not surround by the directives as its definition
Date: Sat, 22 Oct 2022 05:16:45 +0000

Hi,

The "gflags.will_dump_" is defined in the lisp.h and surround by these
directives,

#if defined HAVE_PDUMPER || defined HAVE_UNEXEC

  bool will_dump_ : 1;

#endif

But its references weren't surrounded with the same directives, so
emacs will fail to build without any dumper.

This patch will fix the build errors. Please review and merge this patch. Thanks

Best Regards
Lin

Attachment: 0001-lisp.h-suround-the-gflags.will_dump_-with-same-direc.patch
Description: Text Data


reply via email to

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