diff options
| author | Pip Cet | 2025-01-31 14:42:33 -0800 |
|---|---|---|
| committer | Paul Eggert | 2025-01-31 15:01:34 -0800 |
| commit | fa6eb08dc068144281dee0b8d9c0d8bf1aa8a2d7 (patch) | |
| tree | 73509889ded4765f646a0c4a13e4fd406996d623 | |
| parent | c1006565184b945aaf5c7d98afe6ee97e6cdb090 (diff) | |
| download | emacs-fa6eb08dc068144281dee0b8d9c0d8bf1aa8a2d7.tar.gz emacs-fa6eb08dc068144281dee0b8d9c0d8bf1aa8a2d7.zip | |
Revert "; * src/pdumper.c (dump_do_fixup): Pacify GCC.
This reverts commit a99ba59aa02ef8cfd314737950b6cd8d97015925.
| -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 bfa790b963a..9f0447eb5aa 100644 --- a/src/pdumper.c +++ b/src/pdumper.c | |||
| @@ -3990,7 +3990,7 @@ dump_do_fixup (struct dump_context *ctx, | |||
| 3990 | Lisp_Object arg = dump_pop (&fixup); | 3990 | Lisp_Object arg = dump_pop (&fixup); |
| 3991 | eassert (NILP (fixup)); | 3991 | eassert (NILP (fixup)); |
| 3992 | dump_seek (ctx, dump_fixup_offset); | 3992 | dump_seek (ctx, dump_fixup_offset); |
| 3993 | intptr_t dump_value UNINIT; | 3993 | intptr_t dump_value; |
| 3994 | bool do_write = true; | 3994 | bool do_write = true; |
| 3995 | switch (type) | 3995 | switch (type) |
| 3996 | { | 3996 | { |