From b9c4113ee89aef10483b1e0071407118efb39182 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 26 Apr 1998 02:18:58 +0000 Subject: [PATCH] (croak): Add forward declaration. --- src/sysdep.c | 4 ++++ 1 file changed, 4 insertions(+) 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. */ -- 2.39.2