diff 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
line wrap: on
line diff
--- a/src/emacs.c	Tue Aug 10 21:50:41 2004 +0000
+++ b/src/emacs.c	Wed Aug 11 02:04:12 2004 +0000
@@ -4387,7 +4387,7 @@
 		the way at the end to make sure that all calls to abort()
 		anywhere in the above code go through assert_failed(). */
 
-void
+DOESNT_RETURN
 really_abort (void)
 {
   abort ();