changeset 7196:6d1d2e86fb37

[MSDOS]: Don't define proto type for exit.
author Richard M. Stallman <rms@gnu.org>
date Fri, 29 Apr 1994 19:35:46 +0000
parents 73d9c538cce2
children 9a593efc103d
files lib-src/hexl.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/hexl.c	Fri Apr 29 19:29:03 1994 +0000
+++ b/lib-src/hexl.c	Fri Apr 29 19:35:46 1994 +0000
@@ -12,7 +12,10 @@
 #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;