1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 13:10:57 -08:00

Revert "; * src/pdumper.c (dump_do_fixup): Pacify GCC.

This reverts commit a99ba59aa0.
This commit is contained in:
Pip Cet 2025-01-31 14:42:33 -08:00 committed by Paul Eggert
parent c100656518
commit fa6eb08dc0

View file

@ -3990,7 +3990,7 @@ dump_do_fixup (struct dump_context *ctx,
Lisp_Object arg = dump_pop (&fixup);
eassert (NILP (fixup));
dump_seek (ctx, dump_fixup_offset);
intptr_t dump_value UNINIT;
intptr_t dump_value;
bool do_write = true;
switch (type)
{