; * src/pdumper.c (dump_buffer, dump_vectorlike): Update hashes.
This commit is contained in:
parent
5496f45437
commit
275bc78286
1 changed files with 2 additions and 2 deletions
|
@ -2748,7 +2748,7 @@ dump_hash_table (struct dump_context *ctx,
|
|||
static dump_off
|
||||
dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer)
|
||||
{
|
||||
#if CHECK_STRUCTS && !defined HASH_buffer_193CAA5E45
|
||||
#if CHECK_STRUCTS && !defined HASH_buffer_DB34E5D09F
|
||||
# error "buffer changed. See CHECK_STRUCTS comment in config.h."
|
||||
#endif
|
||||
struct buffer munged_buffer = *in_buffer;
|
||||
|
@ -3000,7 +3000,7 @@ dump_vectorlike (struct dump_context *ctx,
|
|||
Lisp_Object lv,
|
||||
dump_off offset)
|
||||
{
|
||||
#if CHECK_STRUCTS && !defined HASH_pvec_type_AFF6FED5BD
|
||||
#if CHECK_STRUCTS && !defined HASH_pvec_type_5F2059C47E
|
||||
# error "pvec_type changed. See CHECK_STRUCTS comment in config.h."
|
||||
#endif
|
||||
const struct Lisp_Vector *v = XVECTOR (lv);
|
||||
|
|
Loading…
Add table
Reference in a new issue