diff options
| author | Alan Mackenzie | 2019-03-01 09:25:43 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2019-03-01 09:25:43 +0000 |
| commit | cb95d771a230716562b359c6a49e8ae1b822af14 (patch) | |
| tree | 77593c17ef25e64ec0f3e3da916a019d2c36ca53 /src | |
| parent | f62f7db2c8f253416631a4d8a657a70e23c49173 (diff) | |
| download | emacs-cb95d771a230716562b359c6a49e8ae1b822af14.tar.gz emacs-cb95d771a230716562b359c6a49e8ae1b822af14.zip | |
* src/pdumper.c: Clarify the message about updating hash values
Diffstat (limited to 'src')
| -rw-r--r-- | src/pdumper.c | 5 |
1 files changed, 3 insertions, 2 deletions
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 <https://www.gnu.org/licenses/>. */ | |||
| 71 | /* CHECK_STRUCTS being true makes the build break if we notice | 71 | /* CHECK_STRUCTS being true makes the build break if we notice |
| 72 | changes to the source defining certain Lisp structures we dump. If | 72 | changes to the source defining certain Lisp structures we dump. If |
| 73 | you change one of these structures, check that the pdumper code is | 73 | you change one of these structures, check that the pdumper code is |
| 74 | still valid and update the hash from the dmpstruct.h generated by | 74 | still valid, and update the pertinent hash lower down in this file |
| 75 | your new code. */ | 75 | (pdumper.c) by manually copying the value from the dmpstruct.h |
| 76 | generated from your new code. */ | ||
| 76 | #ifndef CHECK_STRUCTS | 77 | #ifndef CHECK_STRUCTS |
| 77 | # define CHECK_STRUCTS 1 | 78 | # define CHECK_STRUCTS 1 |
| 78 | #endif | 79 | #endif |