diff options
| author | Dan Nicolaescu | 2006-07-18 16:33:45 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2006-07-18 16:33:45 +0000 |
| commit | 2381d38d0af85e3a97eb9f98c66a7259a2a3e1e1 (patch) | |
| tree | 00bdc68e837797ff0e0c4029dd5a058e00a75a2f /src/eval.c | |
| parent | 2d545d838f41ca56d5329ad00a30c1f7603504f0 (diff) | |
| download | emacs-2381d38d0af85e3a97eb9f98c66a7259a2a3e1e1.tar.gz emacs-2381d38d0af85e3a97eb9f98c66a7259a2a3e1e1.zip | |
* ebrowse.c (usage, version): Mark as NO_RETURN.
* emacsclient.c (print_help_and_exit): Likewise.
* xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN.
* textprop.c (text_read_only): Likewise.
* lread.c (end_of_file_error): Likewise.
* lisp.h (circular_list_error, memory_full, buffer_memory_full):
Likewise.
* eval.c (unwind_to_catch): Likewise.
* buffer.h (buffer_slot_type_mismatch): Likewise.
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c index 37c245234fc..0d7a6a31038 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -198,6 +198,7 @@ Lisp_Object Vmacro_declaration_function; | |||
| 198 | extern Lisp_Object Qrisky_local_variable; | 198 | extern Lisp_Object Qrisky_local_variable; |
| 199 | 199 | ||
| 200 | static Lisp_Object funcall_lambda P_ ((Lisp_Object, int, Lisp_Object*)); | 200 | static Lisp_Object funcall_lambda P_ ((Lisp_Object, int, Lisp_Object*)); |
| 201 | static void unwind_to_catch P_ ((struct catchtag *, Lisp_Object)) NO_RETURN; | ||
| 201 | 202 | ||
| 202 | void | 203 | void |
| 203 | init_eval_once () | 204 | init_eval_once () |