summaryrefslogtreecommitdiff
path: root/src/h-system.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-30 20:49:19 +0200
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:22 +0200
commitcdca859c2968fe431818bbeb243f642c442e6043 (patch)
treec220130c1513909f3b2ee048b216efb8671867eb /src/h-system.h
parent49fd23aa07484051adb9ad1ed13222e1767ec997 (diff)
C++: Remove bogus prototypes
Diffstat (limited to 'src/h-system.h')
-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>