22alloc.o: alloc.c alloc.h
33
44api.o: api.c api.h parser_options.h string.h decoder.h bytes.h \
5- token_rewriter.h token.h loc.h shared_byte_list .h parser_result .h \
6- source_line.h nodes.h diagnostic.h messages.h comment .h \
7- magic_comment.h test_helper.h
5+ token_rewriter.h token.h loc.h token_ids .h shared_byte_list .h \
6+ parser_result.h source_line.h nodes.h diagnostic.h messages.h \
7+ comment.h magic_comment.h test_helper.h
88
99bytes.o: bytes.c bytes.h test_helper.h
1010
@@ -24,12 +24,12 @@ messages.o: messages.c messages.h string.h test_helper.h
2424nodes.o: nodes.c nodes.h string.h loc.h bytes.h test_helper.h
2525
2626parser_options.o: parser_options.c parser_options.h string.h decoder.h \
27- bytes.h token_rewriter.h token.h loc.h shared_byte_list.h \
27+ bytes.h token_rewriter.h token.h loc.h token_ids.h shared_byte_list.h \
2828 test_helper.h
2929
3030parser_result.o: parser_result.c parser_result.h string.h source_line.h \
31- bytes.h nodes.h loc.h token.h diagnostic .h messages .h comment .h \
32- magic_comment.h test_helper.h
31+ bytes.h nodes.h loc.h token.h token_ids .h diagnostic .h messages .h \
32+ comment.h magic_comment.h test_helper.h
3333
3434shared_byte_list.o: shared_byte_list.c shared_byte_list.h test_helper.h
3535
@@ -39,17 +39,17 @@ string.o: string.c string.h test_helper.h
3939
4040test_helper.o: test_helper.c test_helper.h string.h
4141
42- token.o: token.c token.h bytes.h loc.h test_helper.h
42+ token.o: token.c token.h bytes.h loc.h token_ids.h test_helper.h
4343
4444token_rewriter.o: token_rewriter.c token_rewriter.h token.h bytes.h loc.h \
45- shared_byte_list.h test_helper.h
45+ token_ids.h shared_byte_list.h test_helper.h
4646
4747tests/runner: tests/test.c tests/../test_helper.h tests/../bytes.h \
4848 tests/../comment.h tests/../loc.h tests/../decoder.h tests/../string.h \
4949 tests/../diagnostic.h tests/../messages.h tests/../magic_comment.h \
5050 tests/../nodes.h tests/../parser_options.h tests/../token_rewriter.h \
51- tests/../token.h tests/../shared_byte_list .h tests/../parser_result .h \
52- tests/../source_line.h tests/../api.h
51+ tests/../token.h tests/../token_ids .h tests/../shared_byte_list .h \
52+ tests/../parser_result.h tests/../ source_line.h tests/../api.h
5353
5454benchmark/c-parser: benchmark/benchmark.c benchmark/../lib-ruby-parser.h \
5555 benchmark/rb_filelist.h
0 commit comments