diff options
| author | Richard M. Stallman | 1994-06-23 19:27:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-23 19:27:56 +0000 |
| commit | 3dc64903b825fa73e61846bd792edf249e1bf425 (patch) | |
| tree | 610c6ffb81e38a5e3be570e68a671df2b455fc28 /lib-src | |
| parent | f662f9b05b056002f0eb0ad5a5e7684345439568 (diff) | |
| download | emacs-3dc64903b825fa73e61846bd792edf249e1bf425.tar.gz emacs-3dc64903b825fa73e61846bd792edf249e1bf425.zip | |
Don't declare exit or perror.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/hexl.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib-src/hexl.c b/lib-src/hexl.c index c183af7add4..bd6220e0ba5 100644 --- a/lib-src/hexl.c +++ b/lib-src/hexl.c | |||
| @@ -12,11 +12,6 @@ | |||
| 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. */ | ||
| 17 | extern void exit (), perror (); | ||
| 18 | #endif | ||
| 19 | |||
| 20 | int base = DEFAULT_BASE, un_flag = FALSE, iso_flag = FALSE, endian = 1; | 15 | int base = DEFAULT_BASE, un_flag = FALSE, iso_flag = FALSE, endian = 1; |
| 21 | int group_by = DEFAULT_GROUPING; | 16 | int group_by = DEFAULT_GROUPING; |
| 22 | char *progname; | 17 | char *progname; |