diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-02 05:41:47 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-02 05:41:47 +0000 |
| commit | 1e6335524f41e99f746b8bd9fbe44cd011324784 (patch) | |
| tree | 394e724444966aa6621b0335c0acfc6887a4e9c5 /include/ruby | |
| parent | 9425723e4858419f4a98d3ea08175b111a358a49 (diff) | |
| download | ruby-1e6335524f41e99f746b8bd9fbe44cd011324784.tar.gz ruby-1e6335524f41e99f746b8bd9fbe44cd011324784.tar.xz ruby-1e6335524f41e99f746b8bd9fbe44cd011324784.zip | |
* include/ruby/missing.h (strcasecmp): removed.
(strncasecmp): removed.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby')
| -rw-r--r-- | include/ruby/missing.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/ruby/missing.h b/include/ruby/missing.h index 05002daea..68cd84408 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); |
