summaryrefslogtreecommitdiffstats
path: root/strftime.c
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-04 13:48:20 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-04 13:48:20 +0000
commitbffac137b66af3f0686df363fb01ff2a563d1298 (patch)
tree602e5c4e6a866436cf999e994d4590df9c89fb2a /strftime.c
parentd4b5b5fe4f718ee5bf78ba48adfca12d75069da1 (diff)
downloadruby-bffac137b66af3f0686df363fb01ff2a563d1298.tar.gz
ruby-bffac137b66af3f0686df363fb01ff2a563d1298.tar.xz
ruby-bffac137b66af3f0686df363fb01ff2a563d1298.zip
* dln.c: Ruby no longer supports Windows CE.
* eval.c: ditto. * include/ruby/defines.h: ditto. * include/ruby/win32.h: ditto. * ruby.c: ditto. * strftime.c: ditto. * win32/Makefile.sub: ditto. * win32/win32.c: ditto. * ext/tk/extconf.rb: ditto. * lib/fileutils.rb: ditto. * test/fileutils/test_fileutils.rb: ditto. * wince/*: removed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'strftime.c')
-rw-r--r--strftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strftime.c b/strftime.c
index 1c2dc6ce4..b88b9ef40 100644
--- a/strftime.c
+++ b/strftime.c
@@ -57,7 +57,7 @@
#include <sys/types.h>
#include <errno.h>
#endif
-#if defined(TM_IN_SYS_TIME) || !defined(GAWK) && !defined(_WIN32_WCE)
+#if defined(TM_IN_SYS_TIME) || !defined(GAWK)
#include <sys/types.h>
#if HAVE_SYS_TIME_H
#include <sys/time.h>