aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-04-26 02:18:58 +0000
committerRichard M. Stallman1998-04-26 02:18:58 +0000
commitb9c4113ee89aef10483b1e0071407118efb39182 (patch)
treeb115e8f0a30918aa452e1976629b6f54c9ed678b /src
parent0828b971b5918e9018581b069144dcf3fac65c9a (diff)
downloademacs-b9c4113ee89aef10483b1e0071407118efb39182.tar.gz
emacs-b9c4113ee89aef10483b1e0071407118efb39182.zip
(croak): Add forward declaration.
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c4
1 files changed, 4 insertions, 0 deletions
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;
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. */
245int input_fd; 245int input_fd;
246
247void 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