summaryrefslogtreecommitdiffstats
path: root/ruby.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-13 11:29:33 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-13 11:29:33 +0000
commitcba6447e874feaadbfd5fd8a16973d8016def82d (patch)
treea32e6812c4def53889bf3d62c22b416d716c5771 /ruby.c
parent18f0cbf1aba46f144ee23012fe54d3635399ec11 (diff)
downloadruby-cba6447e874feaadbfd5fd8a16973d8016def82d.tar.gz
ruby-cba6447e874feaadbfd5fd8a16973d8016def82d.tar.xz
ruby-cba6447e874feaadbfd5fd8a16973d8016def82d.zip
* ruby.c (rb_parser_dump_tree): add prototype.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26070 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 c9cd10d68..536772032 100644
--- a/ruby.c
+++ b/ruby.c
@@ -1216,6 +1216,7 @@ rb_f_chomp(argc, argv)
}
void rb_stdio_set_default_encoding(void);
+VALUE rb_parser_dump_tree(NODE *node, int comment);
static VALUE
process_options(int argc, char **argv, struct cmdline_options *opt)