diff 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
line wrap: on
line diff
--- a/src/device-x.c	Tue Sep 14 02:53:16 2004 +0000
+++ b/src/device-x.c	Tue Sep 14 14:33:07 2004 +0000
@@ -1195,7 +1195,7 @@
   DEVICE_X_BEING_DELETED (d) = 1;
   Fthrow (Qtop_level, Qnil);
 
-  return 0; /* not reached */
+  RETURN_NOT_REACHED (0);
 }
 
 DEFUN ("x-debug-mode", Fx_debug_mode, 1, 2, 0, /*