Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2267:5753220a0f80 | 2268:61855263cb07 |
---|---|
2406 return 0; | 2406 return 0; |
2407 | 2407 |
2408 return 1; | 2408 return 1; |
2409 } | 2409 } |
2410 | 2410 |
2411 static void | 2411 static DECLARE_DOESNT_RETURN (x_cant_notify_wm_error (void)); |
2412 x_cant_notify_wm_error (void) | 2412 |
2413 static DOESNT_RETURN | |
2414 x_cant_notify_wm_error () | |
2413 { | 2415 { |
2414 signal_error (Qgui_error, "Can't notify window manager of iconification", Qunbound); | 2416 signal_error (Qgui_error, "Can't notify window manager of iconification", Qunbound); |
2415 } | 2417 } |
2416 | 2418 |
2417 /* Raise frame F. */ | 2419 /* Raise frame F. */ |