diff options
author | S-H-GAMELINKS <[email protected]> | 2022-11-15 13:21:45 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2022-12-02 01:31:27 +0900 |
commit | 1a64d45c67feed7355d6b53746801acb319394a4 (patch) | |
tree | 7de928b38b2fc079d91120f22d89b92ca6a3e110 /ext | |
parent | 7bc63d6f430422535f4dd460a98f3a90578e524c (diff) |
Introduce encoding check macro
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6700
Diffstat (limited to 'ext')
-rw-r--r-- | ext/ripper/depend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ripper/depend b/ext/ripper/depend index 85520b032e..856283e177 100644 --- a/ext/ripper/depend +++ b/ext/ripper/depend @@ -231,6 +231,7 @@ ripper.o: $(top_srcdir)/internal/bits.h ripper.o: $(top_srcdir)/internal/compile.h ripper.o: $(top_srcdir)/internal/compilers.h ripper.o: $(top_srcdir)/internal/complex.h +ripper.o: $(top_srcdir)/internal/encoding.h ripper.o: $(top_srcdir)/internal/error.h ripper.o: $(top_srcdir)/internal/fixnum.h ripper.o: $(top_srcdir)/internal/gc.h |