summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2023-07-12 10:51:49 +0900
committerYuichiro Kaneko <spiketeika@gmail.com>2023-07-15 12:50:40 +0900
commit82cd70ef935e6aac8cc929af24fb21c2157524f7 (patch)
tree742d8b6e50ca1cdae3ed0caf95d2b7bc290ac976 /ext
parent6d2174477b0198b565389ed02958f15ed817be89 (diff)
Use functions defined by parser_st.c to reduce dependency on st.c
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8057
Diffstat (limited to 'ext')
-rw-r--r--ext/ripper/depend1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ripper/depend b/ext/ripper/depend
index 79a9693352..e8582f5c66 100644
--- a/ext/ripper/depend
+++ b/ext/ripper/depend
@@ -603,6 +603,7 @@ ripper.o: $(top_srcdir)/internal/warnings.h
ripper.o: $(top_srcdir)/method.h
ripper.o: $(top_srcdir)/node.h
ripper.o: $(top_srcdir)/parser_node.h
+ripper.o: $(top_srcdir)/parser_st.h
ripper.o: $(top_srcdir)/regenc.h
ripper.o: $(top_srcdir)/ruby_assert.h
ripper.o: $(top_srcdir)/ruby_atomic.h