diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-12-13 11:29:33 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-12-13 11:29:33 +0000 |
commit | 77088d667223ceb5b964324300d8c9a979ac8076 (patch) | |
tree | a32e6812c4def53889bf3d62c22b416d716c5771 /ruby.c | |
parent | 42933da428a94f55fb4ad75effb31dd8306b06b2 (diff) |
* 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
Diffstat (limited to 'ruby.c')
-rw-r--r-- | ruby.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |