aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c2
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. */
245int input_fd; 245int input_fd;
246 246
247void croak P_ ((char *)); 247void croak P_ ((char *)) NO_RETURN;
248 248
249#ifdef AIXHFT 249#ifdef AIXHFT
250void hft_init (); 250void hft_init ();