Mercurial > hg > xemacs-beta
diff src/frame-x.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 | 51ce4f55d8c3 |
children | 04bc9d2f42c7 |
line wrap: on
line diff
--- a/src/frame-x.c Tue Sep 14 02:53:16 2004 +0000 +++ b/src/frame-x.c Tue Sep 14 14:33:07 2004 +0000 @@ -2408,8 +2408,10 @@ return 1; } -static void -x_cant_notify_wm_error (void) +static DECLARE_DOESNT_RETURN (x_cant_notify_wm_error (void)); + +static DOESNT_RETURN +x_cant_notify_wm_error () { signal_error (Qgui_error, "Can't notify window manager of iconification", Qunbound); }