diff options
| author | Paul Eggert | 2019-04-19 17:35:39 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-04-19 17:37:06 -0700 |
| commit | e0d2ff25b08839159e8c8c72e181b325a6cc583c (patch) | |
| tree | f111bcab3f7986224108302891f942abdc029345 /src | |
| parent | ca02e8c00ced7aae0cb7fff1d2c372ac0cf6aa80 (diff) | |
| download | emacs-e0d2ff25b08839159e8c8c72e181b325a6cc583c.tar.gz emacs-e0d2ff25b08839159e8c8c72e181b325a6cc583c.zip | |
Fix another hash false alarm
* src/pdumper.c (dump_vectorlike): Fix hash.
Diffstat (limited to 'src')
| -rw-r--r-- | src/pdumper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdumper.c b/src/pdumper.c index cb36f7e4b4a..5bc5bb47f4c 100644 --- a/src/pdumper.c +++ b/src/pdumper.c | |||
| @@ -2951,7 +2951,7 @@ dump_vectorlike (struct dump_context *ctx, | |||
| 2951 | Lisp_Object lv, | 2951 | Lisp_Object lv, |
| 2952 | dump_off offset) | 2952 | dump_off offset) |
| 2953 | { | 2953 | { |
| 2954 | #if CHECK_STRUCTS && !defined (HASH_pvec_type_549C833A54) | 2954 | #if CHECK_STRUCTS && !defined HASH_pvec_type_E55BD36F8E |
| 2955 | # error "pvec_type changed. See CHECK_STRUCTS comment." | 2955 | # error "pvec_type changed. See CHECK_STRUCTS comment." |
| 2956 | #endif | 2956 | #endif |
| 2957 | const struct Lisp_Vector *v = XVECTOR (lv); | 2957 | const struct Lisp_Vector *v = XVECTOR (lv); |