From 657f6fe5008b1090b5670111b53624ecb2cacca0 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 21 Jan 2019 15:03:28 -0500 Subject: [PATCH] * src/pdumper.c (dump_string) [CHECK_STRUCTS]: Fix copy&paste error --- src/pdumper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pdumper.c b/src/pdumper.c index 4bbeabb828e..e57aa8f2a03 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -2111,7 +2111,7 @@ dump_interval_tree (struct dump_context *ctx, static dump_off dump_string (struct dump_context *ctx, const struct Lisp_String *string) { -#if CHECK_STRUCTS && !defined (HASH_Lisp_Symbol_60EA1E748E) +#if CHECK_STRUCTS && !defined (HASH_Lisp_String_86FEA6EC7C) # error "Lisp_String changed. See CHECK_STRUCTS comment." #endif /* If we have text properties, write them _after_ the string so that -- 2.39.2