Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Apr 21, 2024
1 parent 1c3e9df commit 37dd5db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ast.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ rb_ast_parse_file(VALUE path, VALUE keep_script_lines, VALUE error_tolerant, VAL
static VALUE
lex_array(struct parser_params *p, rb_parser_input_data data, int index)
{
/* TODO */
VALUE array;
VALUE array = (VALUE)data;
VALUE str = rb_ary_entry(array, index);
if (!NIL_P(str)) {
StringValue(str);
Expand Down

0 comments on commit 37dd5db

Please sign in to comment.