* alloc.c (die): Move "assertion failed" string here ...
commitba3e4173227cf9d6eeaa8a214b1aa26063cd6525
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Jun 2013 14:47:46 +0000 (20 07:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Jun 2013 14:47:46 +0000 (20 07:47 -0700)
tree405af3f5078e9d05cec5e2df23cf6ea4588fbb18
parent2e0770a4962307a4fabd4b5178867d5fd4e6ce2f
* alloc.c (die): Move "assertion failed" string here ...

* lisp.h (eassert): ... from here.  Also, suppress evaluation of
COND when SUPPRESS_CHECKING.  This shrinks the executable text
size by 0.8% to 2.2% when configured with --enable-checking,
depending on optimization flags (GCC 4.8.1 x86-64).
src/ChangeLog
src/alloc.c
src/lisp.h