]> git.eshelyaron.com Git - emacs.git/commitdiff
[MSDOS]: Don't define proto type for exit.
authorRichard M. Stallman <rms@gnu.org>
Fri, 29 Apr 1994 19:35:46 +0000 (19:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 29 Apr 1994 19:35:46 +0000 (19:35 +0000)
lib-src/hexl.c

index 20504211b55c52cfb404ada07b54ddc3d57ca67c..c183af7add4fcfb19b06758d6bf2c54b9ff54ca4 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;