summaryrefslogtreecommitdiff
path: root/load.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-18 01:16:13 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-18 01:16:13 +0000
commit72fa4d34c09a59c6127365832e8f04b50fdd9916 (patch)
treef71c9ca1e7ea2dee862c207846135479b825b494 /load.c
parentd35f8ea8858ab34733f35d3e0abf4f7a8fed54c9 (diff)
* ruby.c: add prototype of rb_realpath_internal.
* load.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'load.c')
-rw-r--r--load.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/load.c b/load.c
index a0e5a4b5da..891eae48ee 100644
--- a/load.c
+++ b/load.c
@@ -260,6 +260,7 @@ rb_provide(const char *feature)
}
NORETURN(static void load_failed(VALUE));
+VALUE rb_realpath_internal(VALUE basedir, VALUE path, int strict);
static void
rb_load_internal(VALUE fname, int wrap)