summaryrefslogtreecommitdiffstats
path: root/ruby.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-19 05:48:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-19 05:48:14 +0000
commit617abc091ea08c03e1f69277e6a1cb20f68c4513 (patch)
tree84e1e4fe2fc00341d7253e24221a2412e21b2144 /ruby.c
parentfbceb40b901b71b0066c33ce96db8647cd3a31c8 (diff)
downloadruby-617abc091ea08c03e1f69277e6a1cb20f68c4513.tar.gz
ruby-617abc091ea08c03e1f69277e6a1cb20f68c4513.tar.xz
ruby-617abc091ea08c03e1f69277e6a1cb20f68c4513.zip
* configure.in, */Makefile.sub (LOAD_RELATIVE): moved from ruby.c
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ruby.c b/ruby.c
index 3821b939d..950c3e1ce 100644
--- a/ruby.c
+++ b/ruby.c
@@ -331,10 +331,6 @@ ruby_incpush_expand(const char *path)
ruby_push_include(path, expand_include_path);
}
-#if (defined DOSISH || defined __CYGWIN__) && !defined __SYMBIAN32__
-#define LOAD_RELATIVE 1
-#endif
-
#if defined _WIN32 || defined __CYGWIN__
static HMODULE libruby;