summaryrefslogtreecommitdiff
path: root/dmyloadpath.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-15 07:56:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-15 07:56:39 +0000
commit57531305bcafdf37f91a48684d49fd2718ec5ca3 (patch)
tree4392407a5751f4ab8d50156f4be7b26719375591 /dmyloadpath.c
parent4425e21343f532cc9bc3d36b77189a20807c2d37 (diff)
loadpath.c: split
* loadpath.c: split load path staffs from version.c. * dmyloadpath.c: miniruby has no builtin load paths, so verconf.h is not needed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'dmyloadpath.c')
-rw-r--r--dmyloadpath.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dmyloadpath.c b/dmyloadpath.c
new file mode 100644
index 0000000000..eaa607ad95
--- /dev/null
+++ b/dmyloadpath.c
@@ -0,0 +1,2 @@
+const char ruby_exec_prefix[] = "";
+const char ruby_initial_load_paths[] = "";