diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-02-08 07:28:00 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-02-08 07:28:00 +0000 |
commit | 26051e1d06f128fa2201d01936761634e8925c8e () | |
tree | 55596afcd3e72d090407ef7efa7efe1fb02a0282 /version.c | |
parent | ecc775772ae08fbcf0015b33f2687bbbad051a93 (diff) |
* dmyversion.c: empty load path in miniruby.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | version.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -56,6 +56,7 @@ const char ruby_copyright[] = RUBY_COPYRIGHT; const char ruby_engine[] = "ruby"; const char ruby_initial_load_paths[] = #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" ""; void |