emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master cb95d77: * src/pdumper.c: Clarify the message about


From: Alan Mackenzie
Subject: [Emacs-diffs] master cb95d77: * src/pdumper.c: Clarify the message about updating hash values
Date: Fri, 1 Mar 2019 04:31:50 -0500 (EST)

branch: master
commit cb95d771a230716562b359c6a49e8ae1b822af14
Author: Alan Mackenzie <address@hidden>
Commit: Alan Mackenzie <address@hidden>

    * src/pdumper.c: Clarify the message about updating hash values
---
 src/pdumper.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/pdumper.c b/src/pdumper.c
index 2f5c719..724ea7b 100644
--- a/src/pdumper.c
+++ b/src/pdumper.c
@@ -71,8 +71,9 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>.  */
 /* 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



reply via email to

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