]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't declare exit or perror.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 1994 19:27:56 +0000 (19:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 1994 19:27:56 +0000 (19:27 +0000)
lib-src/hexl.c

index c183af7add4fcfb19b06758d6bf2c54b9ff54ca4..bd6220e0ba5fc334babfc98f4985cc3fb6c1eb52 100644 (file)
 #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;