summaryrefslogtreecommitdiff
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
commit6803c4e2a8e48e8f2f855015e4933a9947913b92 (patch)
treeb0b8165cd31e403e7b8d213d94e335458853e826 /include
parenta0a77c5b33858ca8d567e9bceee3d7882db58a19 (diff)
* 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