diff options
author | Jemma Issroff <[email protected]> | 2023-10-18 15:51:30 -0300 |
---|---|---|
committer | Aaron Patterson <[email protected]> | 2023-10-18 17:16:11 -0700 |
commit | 1701b79b54a067aa4767710fef6559a23573aed4 (patch) | |
tree | 67d2c9ae4d190740d9ed98edcbe0bdadf433f972 /iseq.c | |
parent | 5408ce8c17dab314c4610b76f51c32669bdd320d (diff) |
Put line change back
Diffstat (limited to 'iseq.c')
-rw-r--r-- | iseq.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -954,8 +954,6 @@ pm_iseq_new_with_opt(pm_scope_node_t scope_node, pm_parser_t *parser, VALUE name if (!option) option = &COMPILE_OPTION_DEFAULT; - /* - * TODO: Fix the below pm_line_column_t start_line_col = pm_newline_list_line_column(&parser->newline_list, scope_node.base.location.start); pm_line_column_t end_line_col = pm_newline_list_line_column(&parser->newline_list, scope_node.base.location.end); @@ -969,7 +967,6 @@ pm_iseq_new_with_opt(pm_scope_node_t scope_node, pm_parser_t *parser, VALUE name .column = (int) end_line_col.column }, }; - */ // TODO: node_id int node_id = -1; |