diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-06-23 19:27:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-06-23 19:27:56 +0000 |
commit | 63461b2df5a0bfbc9e26de4dd50f0fcd2fb6a8ff (patch) | |
tree | e64bb82d677aa8ec0839e1c5df8f994317545902 /lib-src | |
parent | e2ce25a3f28f75ef12ce4b7b3d6c6e64562bad92 (diff) | |
download | emacs-63461b2df5a0bfbc9e26de4dd50f0fcd2fb6a8ff.tar.gz |
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 @@ #define TRUE (1) #define FALSE (0) -#ifndef MSDOS -/* Defined volatile by std.h in MsDos. */ -extern void exit (), perror (); -#endif - int base = DEFAULT_BASE, un_flag = FALSE, iso_flag = FALSE, endian = 1; int group_by = DEFAULT_GROUPING; char *progname; |