* alloc.c (die): Move "assertion failed" string here ...
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Jun 2013 14:47:46 +0000 (07:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Jun 2013 14:47:46 +0000 (07:47 -0700)
commit5013fc0876296bde339d1cbbdfb19a0cfa1c4079
tree1c2b476ff4e84f7edf5cb0e6e931a297ad076f12
parent89561f72e587677618afa2fd6962704e841e39e8
* 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