Mercurial > hg > xemacs-beta
comparison src/device-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 | 465941a61859 |
children | 04bc9d2f42c7 |
comparison
equal
deleted
inserted
replaced
2267:5753220a0f80 | 2268:61855263cb07 |
---|---|
1193 if (d) | 1193 if (d) |
1194 enqueue_magic_eval_event (io_error_delete_device, dev); | 1194 enqueue_magic_eval_event (io_error_delete_device, dev); |
1195 DEVICE_X_BEING_DELETED (d) = 1; | 1195 DEVICE_X_BEING_DELETED (d) = 1; |
1196 Fthrow (Qtop_level, Qnil); | 1196 Fthrow (Qtop_level, Qnil); |
1197 | 1197 |
1198 return 0; /* not reached */ | 1198 RETURN_NOT_REACHED (0); |
1199 } | 1199 } |
1200 | 1200 |
1201 DEFUN ("x-debug-mode", Fx_debug_mode, 1, 2, 0, /* | 1201 DEFUN ("x-debug-mode", Fx_debug_mode, 1, 2, 0, /* |
1202 With a true arg, make the connection to the X server synchronous. | 1202 With a true arg, make the connection to the X server synchronous. |
1203 With false, make it asynchronous. Synchronous connections are much slower, | 1203 With false, make it asynchronous. Synchronous connections are much slower, |