comparison 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
comparison
equal deleted inserted replaced
2267:5753220a0f80 2268:61855263cb07
22 /* Synched up with: Not in FSF. */ 22 /* Synched up with: Not in FSF. */
23 23
24 #ifndef INCLUDED_objects_h_ 24 #ifndef INCLUDED_objects_h_
25 #define INCLUDED_objects_h_ 25 #define INCLUDED_objects_h_
26 26
27 void finalose (void *ptr); 27 DECLARE_DOESNT_RETURN (finalose (void *ptr));
28 28
29 /**************************************************************************** 29 /****************************************************************************
30 * Color Instance Object * 30 * Color Instance Object *
31 ****************************************************************************/ 31 ****************************************************************************/
32 32