1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Include ruby/assert.h in ruby/ruby.h so that assertions can be there

This commit is contained in:
Nobuyoshi Nakada 2019-07-14 13:06:22 +09:00
parent db64093f51
commit 715955ff27
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
85 changed files with 247 additions and 1 deletions

View file

@ -2,6 +2,7 @@
stringio.o: $(RUBY_EXTCONF_H)
stringio.o: $(arch_hdrdir)/ruby/config.h
stringio.o: $(hdrdir)/ruby.h
stringio.o: $(hdrdir)/ruby/assert.h
stringio.o: $(hdrdir)/ruby/backward.h
stringio.o: $(hdrdir)/ruby/defines.h
stringio.o: $(hdrdir)/ruby/encoding.h