summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-20 02:22:50 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-20 02:22:50 +0000
commit64c8c730d752e90591b44384ef4663fa06db4213 (patch)
tree35a33ab64f63da4a5d225cc309b8cee56b2e45cb /ruby.c
parent7f60c0289c1e682b622610ca9d36ded21356f532 (diff)
* eval.c, file.c, ruby.c: removed strchr, strrchr, strstr definition
because they are defined in missing.h. * missing.h, missing/strchr.c, missing/strstr.c: ANSI styled. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ruby.c b/ruby.c
index 42f8cb3fc9..f3c7f88bd0 100644
--- a/ruby.c
+++ b/ruby.c
@@ -40,12 +40,6 @@
# define MAXPATHLEN 1024
#endif
-#ifndef HAVE_STRING_H
-char *strchr(const char*,const char);
-char *strrchr(const char*,const char);
-char *strstr(const char*,const char*);
-#endif
-
#include "util.h"
#ifndef HAVE_STDLIB_H