Mercurial > hg > xemacs-beta
diff src/commands.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 | c33ae14dd6d0 |
children | 308d34e9f07d |
line wrap: on
line diff
--- a/src/commands.h Tue Sep 14 02:53:16 2004 +0000 +++ b/src/commands.h Tue Sep 14 14:33:07 2004 +0000 @@ -109,7 +109,8 @@ extern Lisp_Object Vcommand_loop; /* #endif */ DECLARE_DOESNT_RETURN (initial_command_loop (Lisp_Object)); -Lisp_Object call_command_loop (Lisp_Object catch_errors); +DECLARE_DOESNT_RETURN_TYPE (Lisp_Object, + call_command_loop (Lisp_Object catch_errors)); extern Fixnum command_loop_level; extern Lisp_Object Vkeyboard_translate_table;