Mercurial > hg > xemacs-beta
diff src/emacs.c @ 2535:4c1f2310451d
[xemacs-hg @ 2005-01-31 19:29:47 by ben]
define ABORT always
emacs.c: Define assert_failed() always.
lisp.h: Always define ABORT().
author | ben |
---|---|
date | Mon, 31 Jan 2005 19:29:49 +0000 |
parents | 902d5bd9b75c |
children | 3d8cce0303fa |
line wrap: on
line diff
--- a/src/emacs.c Sun Jan 30 22:51:14 2005 +0000 +++ b/src/emacs.c Mon Jan 31 19:29:49 2005 +0000 @@ -3796,7 +3796,6 @@ in one session without having to recompile. */ /* #define ASSERTIONS_DONT_ABORT */ -#ifdef USE_ASSERTIONS /* This highly dubious kludge ... shut up Jamie, I'm tired of your slagging. */ /* Nonzero if handling an assertion failure. (Bumped by one each time @@ -3896,7 +3895,6 @@ inhibit_non_essential_conversion_operations = 0; in_assert_failed = 0; } -#endif /* USE_ASSERTIONS */ /* -------------------------------------- */ /* low-memory notification */