diff options
author | yui-knk <[email protected]> | 2024-04-26 18:38:12 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2024-04-26 20:34:49 +0900 |
commit | 140c59c633b554d437ebcc0931bcc7f4fc5af235 (patch) | |
tree | 5700119927e28ca590e3fc7309814f5ba583a409 /internal/ruby_parser.h | |
parent | 500586b401d2c1c21a2909af616b5fbde468798a (diff) |
Set `SCRIPT_LINES__` outside of parser
Parser should not depend on functions defiend on "ruby_parser.c".
Diffstat (limited to 'internal/ruby_parser.h')
-rw-r--r-- | internal/ruby_parser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/ruby_parser.h b/internal/ruby_parser.h index 76200ae4e4..eb36be7d4b 100644 --- a/internal/ruby_parser.h +++ b/internal/ruby_parser.h @@ -46,7 +46,6 @@ VALUE rb_parser_end_seen_p(VALUE); VALUE rb_parser_encoding(VALUE); VALUE rb_parser_set_yydebug(VALUE, VALUE); VALUE rb_parser_build_script_lines_from(rb_parser_ary_t *script_lines); -void rb_parser_aset_script_lines_for(VALUE path, rb_parser_ary_t *script_lines); void rb_parser_set_options(VALUE, int, int, int, int); VALUE rb_parser_load_file(VALUE parser, VALUE name); void rb_parser_set_script_lines(VALUE vparser); |