diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-07-14 13:06:22 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-07-14 17:58:03 +0900 |
commit | 715955ff27206351dcf509eb3c60e0927ad9a708 (patch) | |
tree | c6d3f472b13d523a96da783fb9f1f848ae56bc60 /ext/ripper/depend | |
parent | db64093f512d93eb300131f52b7ddbd2d11f0aec (diff) |
Include ruby/assert.h in ruby/ruby.h so that assertions can be there
Diffstat (limited to 'ext/ripper/depend')
-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 f6f9b98c53..fd53a8dc43 100644 --- a/ext/ripper/depend +++ b/ext/ripper/depend @@ -51,6 +51,7 @@ ripper.E: ripper.c ripper.o: $(RUBY_EXTCONF_H) ripper.o: $(arch_hdrdir)/ruby/config.h ripper.o: $(hdrdir)/ruby.h +ripper.o: $(hdrdir)/ruby/assert.h ripper.o: $(hdrdir)/ruby/backward.h ripper.o: $(hdrdir)/ruby/defines.h ripper.o: $(hdrdir)/ruby/encoding.h |