From: Richard M. Stallman Date: Sun, 26 Apr 1998 02:18:58 +0000 (+0000) Subject: (croak): Add forward declaration. X-Git-Tag: emacs-20.3~1307 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b9c4113ee89aef10483b1e0071407118efb39182;p=emacs.git (croak): Add forward declaration. --- diff --git a/src/sysdep.c b/src/sysdep.c index eec0295b451..ea01f3515fc 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -243,6 +243,10 @@ extern short ospeed; 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. */