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:
parent
c100656518
commit
fa6eb08dc0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue