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 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
5+ token_rewriter.h token.h loc.h decoded_input .h source_line .h \
6+ token_ids .h shared_byte_list .h parser_result .h nodes .h diagnostic .h \
7+ messages.h comment.h magic_comment.h test_helper.h
88
99bytes.o: bytes.c bytes.h test_helper.h
1010
11- comment.o: comment.c comment.h loc.h test_helper.h
11+ comment.o: comment.c comment.h loc.h decoded_input.h string.h \
12+ source_line.h bytes.h test_helper.h
13+
14+ decoded_input.o: decoded_input.c decoded_input.h string.h source_line.h \
15+ bytes.h test_helper.h
1216
1317decoder.o: decoder.c decoder.h string.h bytes.h test_helper.h
1418
1519diagnostic.o: diagnostic.c diagnostic.h messages.h string.h loc.h \
16- test_helper.h
20+ decoded_input.h source_line.h bytes.h test_helper.h
1721
18- loc.o: loc.c loc.h test_helper.h
22+ loc.o: loc.c loc.h decoded_input.h string.h source_line.h bytes.h \
23+ test_helper.h
1924
20- magic_comment.o: magic_comment.c magic_comment.h loc.h test_helper.h
25+ magic_comment.o: magic_comment.c magic_comment.h loc.h decoded_input.h \
26+ string.h source_line.h bytes.h test_helper.h
2127
2228messages.o: messages.c messages.h string.h test_helper.h
2329
24- nodes.o: nodes.c nodes.h string.h loc.h bytes.h test_helper.h
30+ nodes.o: nodes.c nodes.h string.h loc.h decoded_input.h source_line.h \
31+ bytes.h test_helper.h
2532
2633parser_options.o: parser_options.c parser_options.h string.h decoder.h \
27- bytes.h token_rewriter.h token.h loc.h token_ids .h shared_byte_list .h \
28- test_helper.h
34+ bytes.h token_rewriter.h token.h loc.h decoded_input .h source_line .h \
35+ token_ids.h shared_byte_list.h test_helper.h
2936
30- parser_result.o: parser_result.c parser_result.h string.h source_line .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
37+ parser_result.o: parser_result.c parser_result.h nodes.h string.h loc .h \
38+ decoded_input .h source_line .h bytes .h token.h token_ids.h diagnostic.h \
39+ messages.h comment.h magic_comment.h test_helper.h
3340
3441shared_byte_list.o: shared_byte_list.c shared_byte_list.h test_helper.h
3542
@@ -39,17 +46,20 @@ string.o: string.c string.h test_helper.h
3946
4047test_helper.o: test_helper.c test_helper.h string.h
4148
42- token.o: token.c token.h bytes.h loc.h token_ids.h test_helper.h
49+ token.o: token.c token.h bytes.h loc.h decoded_input.h string.h \
50+ source_line.h token_ids.h test_helper.h
4351
4452token_rewriter.o: token_rewriter.c token_rewriter.h token.h bytes.h loc.h \
45- token_ids.h shared_byte_list.h test_helper.h
53+ decoded_input.h string.h source_line.h token_ids.h shared_byte_list.h \
54+ test_helper.h
4655
4756tests/runner: tests/test.c tests/../test_helper.h tests/../bytes.h \
48- tests/../comment.h tests/../loc.h tests/../decoder.h tests/../string.h \
57+ tests/../comment.h tests/../loc.h tests/../decoded_input.h \
58+ tests/../string.h tests/../source_line.h tests/../decoder.h \
4959 tests/../diagnostic.h tests/../messages.h tests/../magic_comment.h \
5060 tests/../nodes.h tests/../parser_options.h tests/../token_rewriter.h \
5161 tests/../token.h tests/../token_ids.h tests/../shared_byte_list.h \
52- tests/../parser_result.h tests/../source_line.h tests/../ api.h
62+ tests/../parser_result.h tests/../api.h
5363
5464benchmark/c-parser: benchmark/benchmark.c benchmark/../lib-ruby-parser.h \
5565 benchmark/rb_filelist.h
0 commit comments