* src/pdumper.c: Clarify the message about updating hash values
This commit is contained in:
parent
f62f7db2c8
commit
cb95d771a2
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue