diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-25 12:44:26 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-25 12:44:26 +0000 |
commit | 230785ef92c999c99e167db1dba46a30fb02fa04 (patch) | |
tree | 836c23d67f1975b48e3d02c67a6567a7b313116a /defines.h | |
parent | 360fead27bf83ab7746be2e88ed800263392e8a0 (diff) | |
download | ruby-230785ef92c999c99e167db1dba46a30fb02fa04.tar.gz ruby-230785ef92c999c99e167db1dba46a30fb02fa04.tar.xz ruby-230785ef92c999c99e167db1dba46a30fb02fa04.zip |
* defines.h (ENV_IGNORECASE): should define when DOSISH without
human68k.
* hash.c (env_has_value, env_index): don't ignore case of value.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ flush_register_windows(void) #define PATH_ENV "PATH" #endif -#if defined(DOSISH) || !defined(__human68k__) +#if defined(DOSISH) && !defined(__human68k__) #define ENV_IGNORECASE #endif |