diff options
| author | Richard M. Stallman | 1994-04-29 19:35:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-29 19:35:46 +0000 |
| commit | d1a880cd30020a8f2b310c09bee51baed9eda985 (patch) | |
| tree | 15e9a3bf912b67cb62b9403771a21603b481412b /lib-src | |
| parent | 331fdf1eee04ae22b46cd8f73a8f847c1c1ae220 (diff) | |
| download | emacs-d1a880cd30020a8f2b310c09bee51baed9eda985.tar.gz emacs-d1a880cd30020a8f2b310c09bee51baed9eda985.zip | |
[MSDOS]: Don't define proto type for exit.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/hexl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/hexl.c b/lib-src/hexl.c index 20504211b55..c183af7add4 100644 --- a/lib-src/hexl.c +++ b/lib-src/hexl.c | |||
| @@ -12,7 +12,10 @@ | |||
| 12 | #define TRUE (1) | 12 | #define TRUE (1) |
| 13 | #define FALSE (0) | 13 | #define FALSE (0) |
| 14 | 14 | ||
| 15 | #ifndef MSDOS | ||
| 16 | /* Defined volatile by std.h in MsDos. */ | ||
| 15 | extern void exit (), perror (); | 17 | extern void exit (), perror (); |
| 18 | #endif | ||
| 16 | 19 | ||
| 17 | int base = DEFAULT_BASE, un_flag = FALSE, iso_flag = FALSE, endian = 1; | 20 | int base = DEFAULT_BASE, un_flag = FALSE, iso_flag = FALSE, endian = 1; |
| 18 | int group_by = DEFAULT_GROUPING; | 21 | int group_by = DEFAULT_GROUPING; |