summaryrefslogtreecommitdiff
path: root/internal/ruby_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/ruby_parser.h')
-rw-r--r--internal/ruby_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/ruby_parser.h b/internal/ruby_parser.h
index eb36be7d4b..98c3461954 100644
--- a/internal/ruby_parser.h
+++ b/internal/ruby_parser.h
@@ -96,7 +96,7 @@ enum lex_state_e {
EXPR_NONE = 0
};
-VALUE rb_ruby_ast_new(const NODE *const root, rb_parser_ary_t *script_lines);
+VALUE rb_ruby_ast_new(const NODE *const root);
rb_ast_t *rb_ruby_ast_data_get(VALUE vast);
#endif /* INTERNAL_RUBY_PARSE_H */