comparison src/sysdep.c @ 21769:07999a47f2ee

(croak): Add forward declaration.
author Richard M. Stallman <rms@gnu.org>
date Sun, 26 Apr 1998 02:18:58 +0000
parents fff5e42d7b2a
children 600f19764b68
comparison
equal deleted inserted replaced
21768:00ecdcdf9120 21769:07999a47f2ee
241 241
242 /* The file descriptor for Emacs's input terminal. 242 /* The file descriptor for Emacs's input terminal.
243 Under Unix, this is normally zero except when using X; 243 Under Unix, this is normally zero except when using X;
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
247 void croak P_ ((char *));
248
249
246 250
247 /* Specify a different file descriptor for further input operations. */ 251 /* Specify a different file descriptor for further input operations. */
248 252
249 void 253 void
250 change_input_fd (fd) 254 change_input_fd (fd)