Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 2210:9361a78f86a0
[xemacs-hg @ 2004-08-11 02:04:03 by james]
Mark really_abort() as a function that does not return.
author | james |
---|---|
date | Wed, 11 Aug 2004 02:04:12 +0000 |
parents | 8e39301eac59 |
children | 51a17f29fab3 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Aug 10 21:50:41 2004 +0000 +++ b/src/ChangeLog Wed Aug 11 02:04:12 2004 +0000 @@ -1,3 +1,8 @@ +2004-08-10 Jerry James <james@xemacs.org> + + * emacs.c (really_abort): make its return type DOESNT_RETURN. + * lisp.h: declare really_abort with DECLARE_DOESNT_RETURN. + 2004-08-04 Jerry James <james@xemacs.org> * regex.c: Fix the previous patch by moving to the right place.