diff options
author | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-10-18 01:18:34 +0000 |
---|---|---|
committer | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-10-18 01:18:34 +0000 |
commit | 4ad2057f27e1b03870d2ebcab7f7dbfca4b368ef () | |
tree | 4d2f5aef23ff2a14eba5a2c43ad0f7deac0b2e70 /include/ruby/defines.h | |
parent | 6803c4e2a8e48e8f2f855015e4933a9947913b92 (diff) |
* ChangeLog: Good-bye OS/2.
* common.mk: ditto. * configure.in: ditto. * dln_find.c: ditto. * ext/Setup.emx: ditto. * ext/extmk.rb: ditto. * ext/socket/extconf.rb: ditto. * ext/zlib/extconf.rb: ditto. * file.c: ditto. * include/ruby/defines.h: ditto. * io.c: ditto. * lib/mkmf.rb: ditto. * missing/os2.c: ditto. * process.c: ditto. * ruby.c: ditto. * NEWS: announce OS/2 is no longer supported. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52161 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | include/ruby/defines.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -147,7 +147,7 @@ void xfree(void*); #undef _WIN32 #endif -#if defined(_WIN32) || defined(__EMX__) /* DOSISH mean MS-Windows style filesystem. But you should use more precise macros like DOSISH_DRIVE_LETTER, PATH_SEP, @@ -225,7 +225,7 @@ void rb_ia64_flushrs(void); #define PATH_ENV "PATH" -#if defined(DOSISH) && !defined(__EMX__) #define ENV_IGNORECASE #endif |