comparison src/emacs.c @ 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 34ca43a57692
children 61855263cb07
comparison
equal deleted inserted replaced
2209:2ebb02ade3dd 2210:9361a78f86a0
4385 4385
4386 #undef abort /* Get access to the real version of abort. We put this all 4386 #undef abort /* Get access to the real version of abort. We put this all
4387 the way at the end to make sure that all calls to abort() 4387 the way at the end to make sure that all calls to abort()
4388 anywhere in the above code go through assert_failed(). */ 4388 anywhere in the above code go through assert_failed(). */
4389 4389
4390 void 4390 DOESNT_RETURN
4391 really_abort (void) 4391 really_abort (void)
4392 { 4392 {
4393 abort (); 4393 abort ();
4394 } 4394 }