summaryrefslogtreecommitdiff
path: root/ruby.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 /ruby.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 'ruby.c')
-rw-r--r--ruby.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby.c b/ruby.c
index 75ea88fac8..4dc0003e27 100644
--- a/ruby.c
+++ b/ruby.c
@@ -1230,6 +1230,7 @@ rb_f_chomp(argc, argv)
void rb_stdio_set_default_encoding(void);
VALUE rb_parser_dump_tree(NODE *node, int comment);
+VALUE rb_realpath_internal(VALUE basedir, VALUE path, int strict);
static VALUE
process_options(int argc, char **argv, struct cmdline_options *opt)