From: Alan Mackenzie Date: Fri, 1 Mar 2019 09:25:43 +0000 (+0000) Subject: * src/pdumper.c: Clarify the message about updating hash values X-Git-Tag: emacs-27.0.90~3520 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb95d771a230716562b359c6a49e8ae1b822af14;p=emacs.git * src/pdumper.c: Clarify the message about updating hash values --- diff --git a/src/pdumper.c b/src/pdumper.c index 2f5c7198032..724ea7be6d0 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -71,8 +71,9 @@ along with GNU Emacs. If not, see . */ /* CHECK_STRUCTS being true makes the build break if we notice changes to the source defining certain Lisp structures we dump. If you change one of these structures, check that the pdumper code is - still valid and update the hash from the dmpstruct.h generated by - your new code. */ + still valid, and update the pertinent hash lower down in this file + (pdumper.c) by manually copying the value from the dmpstruct.h + generated from your new code. */ #ifndef CHECK_STRUCTS # define CHECK_STRUCTS 1 #endif