diff options
| author | Richard M. Stallman | 1998-04-26 02:18:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-04-26 02:18:58 +0000 |
| commit | b9c4113ee89aef10483b1e0071407118efb39182 (patch) | |
| tree | b115e8f0a30918aa452e1976629b6f54c9ed678b /src | |
| parent | 0828b971b5918e9018581b069144dcf3fac65c9a (diff) | |
| download | emacs-b9c4113ee89aef10483b1e0071407118efb39182.tar.gz emacs-b9c4113ee89aef10483b1e0071407118efb39182.zip | |
(croak): Add forward declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 4 |
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. */ |
| 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 | ||