Mercurial > emacs
changeset 21769:07999a47f2ee
(croak): Add forward declaration.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 26 Apr 1998 02:18:58 +0000 |
parents | 00ecdcdf9120 |
children | 9693cb3a0f9d |
files | src/sysdep.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sysdep.c Sun Apr 26 00:13:54 1998 +0000 +++ b/src/sysdep.c Sun Apr 26 02:18:58 1998 +0000 @@ -243,6 +243,10 @@ Under Unix, this is normally zero except when using X; under VMS, we place the input channel number here. */ int input_fd; + +void croak P_ ((char *)); + + /* Specify a different file descriptor for further input operations. */