Mercurial > hg > xemacs-beta
diff src/objects.h @ 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 | 79c6ff3eef26 |
children | ad2f4ae9895b |
line wrap: on
line diff
--- a/src/objects.h Tue Sep 14 02:53:16 2004 +0000 +++ b/src/objects.h Tue Sep 14 14:33:07 2004 +0000 @@ -24,7 +24,7 @@ #ifndef INCLUDED_objects_h_ #define INCLUDED_objects_h_ -void finalose (void *ptr); +DECLARE_DOESNT_RETURN (finalose (void *ptr)); /**************************************************************************** * Color Instance Object *