summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-06-22 05:53:25 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-06-22 05:53:25 +0000
commit6b15412c77fc82ceacb156e4595571dd7262ab5d (patch)
treea3922e78512d170912795e1250ec3a17ff007da1 /win32
parentf9747b7a571556b6b8add7cfd4e324ad316d50b3 (diff)
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/config.h b/win32/config.h
index 8c7b990d8d..de34e995d6 100644
--- a/win32/config.h
+++ b/win32/config.h
@@ -37,6 +37,7 @@
/* #define HAVE_SETITIMER 1 */
#define HAVE_GETGROUPS 1
/* #define HAVE_SIGPROCMASK 1 */
+#define RSHIFT(x,y) ((x)>>y)
#define FILE_COUNT _cnt
#define DLEXT ".dll"
#define RUBY_LIB ";/usr/local/lib/ruby;."