diff options
| author | Gerd Moellmann | 2000-09-25 14:24:23 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-25 14:24:23 +0000 |
| commit | b41ce817dc2a86744cb60c227b7b128e061c8d65 (patch) | |
| tree | 1427111f5f9a3084dd439e936c8c94de6e193d14 | |
| parent | b11af2dddf23a74dddc362625ceae0a0ef2dd803 (diff) | |
| download | emacs-b41ce817dc2a86744cb60c227b7b128e061c8d65.tar.gz emacs-b41ce817dc2a86744cb60c227b7b128e061c8d65.zip | |
(quit_throw_to_read_char): Declare NO_RETURN.
| -rw-r--r-- | src/keyboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 5b255259aa1..1d0ac4e335c 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -325,7 +325,7 @@ extern void stuff_buffered_input P_ ((Lisp_Object)); | |||
| 325 | extern void clear_waiting_for_input P_ ((void)); | 325 | extern void clear_waiting_for_input P_ ((void)); |
| 326 | extern void swallow_events P_ ((int)); | 326 | extern void swallow_events P_ ((int)); |
| 327 | extern int help_char_p P_ ((Lisp_Object)); | 327 | extern int help_char_p P_ ((Lisp_Object)); |
| 328 | extern void quit_throw_to_read_char P_ ((void)); | 328 | extern void quit_throw_to_read_char P_ ((void)) NO_RETURN; |
| 329 | extern void cmd_error_internal P_ ((Lisp_Object, char *)); | 329 | extern void cmd_error_internal P_ ((Lisp_Object, char *)); |
| 330 | extern void timer_start_idle P_ ((void)); | 330 | extern void timer_start_idle P_ ((void)); |
| 331 | extern void timer_stop_idle P_ ((void)); | 331 | extern void timer_stop_idle P_ ((void)); |