diff src/objects.c @ 2268:61855263cb07

[xemacs-hg @ 2004-09-14 14:32:29 by james] Identify functions that don't return, including some DEFUNs.
author james
date Tue, 14 Sep 2004 14:33:07 +0000
parents a1e328407366
children 04bc9d2f42c7
line wrap: on
line diff
--- a/src/objects.c	Tue Sep 14 02:53:16 2004 +0000
+++ b/src/objects.c	Tue Sep 14 14:33:07 2004 +0000
@@ -45,12 +45,11 @@
 
 /* Authors: Ben Wing, Chuck Thompson */
 
-void
+DOESNT_RETURN
 finalose (void *ptr)
 {
   Lisp_Object obj = wrap_pointer_1 (ptr);
 
-
   invalid_operation
     ("Can't dump an emacs containing window system objects", obj);
 }