mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. Forgot to
include this file in the commit r31692. __APPLE__ is not CASEFOLD_FILESYSTEM again, from this time. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5b3dd70232
commit
7d20942bf6
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Mon May 23 09:45:26 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
|
||||
|
||||
* include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. Forgot to
|
||||
include this file in the commit r31692. __APPLE__ is not
|
||||
CASEFOLD_FILESYSTEM again, from this time.
|
||||
|
||||
Mon May 23 10:01:02 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
|
||||
|
||||
* ext/openssl/ossl_asn1.c: Do not parse zero-tagged values as EOC. Do
|
||||
|
|
|
@ -321,7 +321,7 @@ void rb_ia64_flushrs(void);
|
|||
#endif
|
||||
|
||||
#ifndef CASEFOLD_FILESYSTEM
|
||||
# if defined DOSISH || defined __APPLE__
|
||||
# if defined DOSISH
|
||||
# define CASEFOLD_FILESYSTEM 1
|
||||
# else
|
||||
# define CASEFOLD_FILESYSTEM 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue