Mercurial > emacs
comparison src/eval.c @ 72005:da0099bc0ba4
* 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.
| author | Dan Nicolaescu <dann@ics.uci.edu> |
|---|---|
| date | Tue, 18 Jul 2006 16:33:45 +0000 |
| parents | 66a9a086ddbb |
| children | 01fdc3c9ea0e 0014f454c421 8a8e69664178 |
comparison
equal
deleted
inserted
replaced
| 72004:5199d84d3631 | 72005:da0099bc0ba4 |
|---|---|
| 196 Lisp_Object Vmacro_declaration_function; | 196 Lisp_Object Vmacro_declaration_function; |
| 197 | 197 |
| 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 () |
| 204 { | 205 { |
| 205 specpdl_size = 50; | 206 specpdl_size = 50; |
