summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/h-system.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/h-system.h b/src/h-system.h
index c1b17e1f..1c021a61 100644
--- a/src/h-system.h
+++ b/src/h-system.h
@@ -99,15 +99,6 @@
# include <string.h>
#else
# include <strings.h>
-# ifndef strstr
-extern char *strstr();
-# endif
-# ifndef strchr
-extern char *strchr();
-# endif
-# ifndef strrchr
-extern char *strrchr();
-# endif
#endif
#else
@@ -118,10 +109,6 @@ extern char *strrchr();
-#if !defined(linux) && !defined(__MWERKS__)
-extern long atol();
-#endif
-
#include <stdarg.h>