]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "; * src/pdumper.c (dump_do_fixup): Pacify GCC.
authorPip Cet <pipcet@protonmail.com>
Fri, 31 Jan 2025 22:42:33 +0000 (14:42 -0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:11:47 +0000 (12:11 +0100)
This reverts commit a99ba59aa02ef8cfd314737950b6cd8d97015925.

(cherry picked from commit fa6eb08dc068144281dee0b8d9c0d8bf1aa8a2d7)

src/pdumper.c

index 4240bb86b588596a0b08f39f0c990b76a2868059..32910a2f920e97f9053aa9ac0c30dd07122f28ea 100644 (file)
@@ -3988,7 +3988,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)
     {