diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-05-15 07:56:39 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-05-15 07:56:39 +0000 |
commit | 57531305bcafdf37f91a48684d49fd2718ec5ca3 (patch) | |
tree | 4392407a5751f4ab8d50156f4be7b26719375591 /dmyversion.c | |
parent | 4425e21343f532cc9bc3d36b77189a20807c2d37 (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 'dmyversion.c')
-rw-r--r-- | dmyversion.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dmyversion.c b/dmyversion.c deleted file mode 100644 index 279c6ea95a..0000000000 --- a/dmyversion.c +++ /dev/null @@ -1,2 +0,0 @@ -#define NO_INITIAL_LOAD_PATH 1 -#include "version.c" |