From 99155ccbf20efb98ce97145b9aee95fb487262cc Mon Sep 17 00:00:00 2001 From: shugo Date: Wed, 20 Aug 2008 16:04:11 +0000 Subject: * configure.in: removed strftime from AC_REPLACE_FUNCS(). * include/ruby/missing.h: removed prototype for strftime(). * missing/strftime.c: removed. * time.c (time_to_s): use rb_strftime() instead of strftime(3). (time_zone): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/missing.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/ruby') diff --git a/include/ruby/missing.h b/include/ruby/missing.h index 0384b995e3..392998c841 100644 --- a/include/ruby/missing.h +++ b/include/ruby/missing.h @@ -130,10 +130,6 @@ extern char *strrchr(const char *, int); extern char *strerror(int); #endif -#ifndef HAVE_STRFTIME -extern size_t strftime(char *, size_t, const char *, const struct tm *); -#endif - #ifndef HAVE_STRSTR extern char *strstr(const char *, const char *); #endif -- cgit v1.2.3