From aa3c168b9f3da0cfaa8f4232dd0c438369a5bb97 Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 4 Oct 2008 13:33:22 +0000 Subject: * dln.c: Ruby no longer supports MS-DOS. * ext/sdbm/_sdbm.c: ditto. * ext/sdbm/sdbm.h: ditto. * gc.c: ditto. * hash.c: ditto. * include/ruby/defines.h: ditto. * include/ruby/util.h: ditto. * io.c: ditto. * process.c: ditto. * ruby.c: ditto. * strftime.c: ditto. * util.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- strftime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strftime.c') diff --git a/strftime.c b/strftime.c index 0f5214990..1c2dc6ce4 100644 --- a/strftime.c +++ b/strftime.c @@ -126,7 +126,7 @@ extern char *strchr(); #ifndef DLL_IMPORT #define DLL_IMPORT #endif -#if !defined(OS2) && !defined(MSDOS) && defined(HAVE_TZNAME) +#if !defined(OS2) && defined(HAVE_TZNAME) extern DLL_IMPORT char *tzname[2]; #ifdef HAVE_DAYLIGHT extern DLL_IMPORT int daylight; -- cgit