]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/pdumper.c (dump_string) [CHECK_STRUCTS]: Fix copy&paste error
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 21 Jan 2019 20:03:28 +0000 (15:03 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 21 Jan 2019 20:03:28 +0000 (15:03 -0500)
src/pdumper.c

index 4bbeabb828ef3c5d27a5eaec2f630c8449e09bc3..e57aa8f2a03ccb1b8ce0afcaa8f1ef523dd4d4dd 100644 (file)
@@ -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