mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@19679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8dd118c0db
commit
ae7ea3332b
13 changed files with 45 additions and 65 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue