aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-18 01:17:50 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-18 01:17:50 +0000
commit51ede1aa39f674230ae89d4c026ab96216719474 (patch)
treeb0b8165cd31e403e7b8d213d94e335458853e826 /include
parent7c96667af627897f8da0474dd547f6d573451a5b (diff)
downloadruby-51ede1aa39f674230ae89d4c026ab96216719474.tar.gz
* include/ruby/defines.h (DOSISH): add comments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/defines.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ruby/defines.h b/include/ruby/defines.h
index 6dfb44e407..88ab53f8e6 100644
--- a/include/ruby/defines.h
+++ b/include/ruby/defines.h
@@ -148,6 +148,11 @@ void xfree(void*);
#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,
+ ENV_IGNORECASE or CASEFOLD_FILESYSTEM.
+ */
#define DOSISH 1
# define DOSISH_DRIVE_LETTER
#endif