1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ruby.c (rb_parser_dump_tree): add prototype.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2009-12-13 11:29:33 +00:00
parent 42933da428
commit 77088d6672
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,7 @@
Sun Dec 13 20:26:57 2009 NARUSE, Yui <naruse@ruby-lang.org>
* ruby.c (rb_parser_dump_tree): add prototype.
Thu Dec 10 20:55:55 2009 Martin Duerst <duerst@it.aoyama.ac.jp>
* transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Added

1
ruby.c
View file

@ -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)