diff options
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 4bbeabb828e..e57aa8f2a03 100644 --- a/src/pdumper.c +++ b/src/pdumper.c | |||
| @@ -2111,7 +2111,7 @@ dump_interval_tree (struct dump_context *ctx, | |||
| 2111 | static dump_off | 2111 | static dump_off |
| 2112 | dump_string (struct dump_context *ctx, const struct Lisp_String *string) | 2112 | dump_string (struct dump_context *ctx, const struct Lisp_String *string) |
| 2113 | { | 2113 | { |
| 2114 | #if CHECK_STRUCTS && !defined (HASH_Lisp_Symbol_60EA1E748E) | 2114 | #if CHECK_STRUCTS && !defined (HASH_Lisp_String_86FEA6EC7C) |
| 2115 | # error "Lisp_String changed. See CHECK_STRUCTS comment." | 2115 | # error "Lisp_String changed. See CHECK_STRUCTS comment." |
| 2116 | #endif | 2116 | #endif |
| 2117 | /* If we have text properties, write them _after_ the string so that | 2117 | /* If we have text properties, write them _after_ the string so that |