diff options
| author | Dan Nicolaescu | 2006-05-29 08:06:15 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2006-05-29 08:06:15 +0000 |
| commit | 01d0930532c2fbcf249a4dfa36e8365090e109e7 (patch) | |
| tree | 55d91d6cc45f686767e962518d99324b768eceff /src/sysdep.c | |
| parent | 3fc7a865c4399c2ae64b10d5c0a35d6fe08d7de5 (diff) | |
| download | emacs-01d0930532c2fbcf249a4dfa36e8365090e109e7.tar.gz emacs-01d0930532c2fbcf249a4dfa36e8365090e109e7.zip | |
* search.c (matcher_overflow): Mark as NO_RETURN.
* xterm.c (x_connection_closed): Likewise.
* sysdep.c (croak): Likewise.
* sound.c (sound_perror, alsa_sound_perror): Likewise.
* lisp.h (die, nsberror): Likewise.
Diffstat (limited to 'src/sysdep.c')
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 3e06170e721..307f69290d6 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -244,7 +244,7 @@ int emacs_ospeed; | |||
| 244 | under VMS, we place the input channel number here. */ | 244 | under VMS, we place the input channel number here. */ |
| 245 | int input_fd; | 245 | int input_fd; |
| 246 | 246 | ||
| 247 | void croak P_ ((char *)); | 247 | void croak P_ ((char *)) NO_RETURN; |
| 248 | 248 | ||
| 249 | #ifdef AIXHFT | 249 | #ifdef AIXHFT |
| 250 | void hft_init (); | 250 | void hft_init (); |