From 26051e1d06f128fa2201d01936761634e8925c8e Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 8 Feb 2010 07:28:00 +0000 Subject: * dmyversion.c: empty load path in miniruby. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'version.c') diff --git a/version.c b/version.c index 455c037b34..fcd0fcdd90 100644 --- a/version.c +++ b/version.c @@ -56,6 +56,7 @@ const char ruby_copyright[] = RUBY_COPYRIGHT; const char ruby_engine[] = "ruby"; const char ruby_initial_load_paths[] = +#ifndef NO_INITIAL_LOAD_PATH #ifdef RUBY_SEARCH_PATH RUBY_SEARCH_PATH "\0" #endif @@ -78,6 +79,7 @@ const char ruby_initial_load_paths[] = RUBY_THIN_ARCHLIB "\0" #endif RUBY_ARCHLIB "\0" +#endif ""; void -- cgit v1.2.3