comparison 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
comparison
equal deleted inserted replaced
2209:2ebb02ade3dd 2210:9361a78f86a0
1 2004-08-10 Jerry James <james@xemacs.org>
2
3 * emacs.c (really_abort): make its return type DOESNT_RETURN.
4 * lisp.h: declare really_abort with DECLARE_DOESNT_RETURN.
5
1 2004-08-04 Jerry James <james@xemacs.org> 6 2004-08-04 Jerry James <james@xemacs.org>
2 7
3 * regex.c: Fix the previous patch by moving to the right place. 8 * regex.c: Fix the previous patch by moving to the right place.
4 9
5 2004-08-03 Jerry James <james@xemacs.org> 10 2004-08-03 Jerry James <james@xemacs.org>