From aac5220c666dcb84db1c39247aaf0fd394869b89 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 2 Jan 2008 05:41:47 +0000 Subject: * include/ruby/missing.h (strcasecmp): removed. (strncasecmp): removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/missing.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/ruby') diff --git a/include/ruby/missing.h b/include/ruby/missing.h index 05002daea8..68cd844080 100644 --- a/include/ruby/missing.h +++ b/include/ruby/missing.h @@ -110,14 +110,6 @@ extern double modf(double, double *); #endif */ -#ifndef HAVE_STRCASECMP -extern int strcasecmp(const char *, const char *); -#endif - -#ifndef HAVE_STRNCASECMP -extern int strncasecmp(const char *, const char *, size_t); -#endif - #ifndef HAVE_STRCHR extern char *strchr(const char *, int); extern char *strrchr(const char *, int); -- cgit v1.2.3