]> git.eshelyaron.com Git - emacs.git/commitdiff
Abort after always-failing eassert
authorDaniel Colascione <dancol@dancol.org>
Tue, 20 Feb 2018 00:25:52 +0000 (16:25 -0800)
committerDaniel Colascione <dancol@dancol.org>
Tue, 20 Feb 2018 00:25:52 +0000 (16:25 -0800)
src/pdumper.c

index e5da227d905b59b315a2ac8794933459ff52ca3f..79946cc66f0e833ae73e341c5b9534f9cc5384f7 100644 (file)
@@ -3002,6 +3002,7 @@ dump_object_1 (struct dump_context *ctx, Lisp_Object object)
           break;
         case_Lisp_Int:
           eassert ("should not be dumping int: is self-representing" && 0);
+          abort ();
         default:
           emacs_abort ();
         }