ruby-changes:53276
From: ko1 <ko1@a...>
Date: Thu, 1 Nov 2018 17:15:47 +0900 (JST)
Subject: [ruby-changes:53276] ko1:r65491 (trunk): add dependencies to transient_heap.h.
ko1 2018-11-01 17:15:42 +0900 (Thu, 01 Nov 2018) New Revision: 65491 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65491 Log: add dependencies to transient_heap.h. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 65490) +++ common.mk (revision 65491) @@ -1446,6 +1446,7 @@ array.$(OBJEXT): {$(VPATH)}probes.h https://github.com/ruby/ruby/blob/trunk/common.mk#L1446 array.$(OBJEXT): {$(VPATH)}ruby_assert.h array.$(OBJEXT): {$(VPATH)}st.h array.$(OBJEXT): {$(VPATH)}subst.h +array.$(OBJEXT): {$(VPATH)}transient_heap.h array.$(OBJEXT): {$(VPATH)}util.h ast.$(OBJEXT): $(CCAN_DIR)/check_type/check_type.h ast.$(OBJEXT): $(CCAN_DIR)/container_of/container_of.h @@ -1792,6 +1793,7 @@ enum.$(OBJEXT): {$(VPATH)}oniguruma.h https://github.com/ruby/ruby/blob/trunk/common.mk#L1793 enum.$(OBJEXT): {$(VPATH)}st.h enum.$(OBJEXT): {$(VPATH)}subst.h enum.$(OBJEXT): {$(VPATH)}symbol.h +enum.$(OBJEXT): {$(VPATH)}transient_heap.h enum.$(OBJEXT): {$(VPATH)}util.h enumerator.$(OBJEXT): $(hdrdir)/ruby/ruby.h enumerator.$(OBJEXT): $(top_srcdir)/include/ruby.h @@ -1936,6 +1938,7 @@ gc.$(OBJEXT): {$(VPATH)}subst.h https://github.com/ruby/ruby/blob/trunk/common.mk#L1938 gc.$(OBJEXT): {$(VPATH)}thread.h gc.$(OBJEXT): {$(VPATH)}thread_$(THREAD_MODEL).h gc.$(OBJEXT): {$(VPATH)}thread_native.h +gc.$(OBJEXT): {$(VPATH)}transient_heap.h gc.$(OBJEXT): {$(VPATH)}util.h gc.$(OBJEXT): {$(VPATH)}vm_core.h gc.$(OBJEXT): {$(VPATH)}vm_debug.h @@ -2804,6 +2807,7 @@ struct.$(OBJEXT): {$(VPATH)}struct.c https://github.com/ruby/ruby/blob/trunk/common.mk#L2807 struct.$(OBJEXT): {$(VPATH)}subst.h struct.$(OBJEXT): {$(VPATH)}thread_$(THREAD_MODEL).h struct.$(OBJEXT): {$(VPATH)}thread_native.h +struct.$(OBJEXT): {$(VPATH)}transient_heap.h struct.$(OBJEXT): {$(VPATH)}vm_core.h struct.$(OBJEXT): {$(VPATH)}vm_debug.h struct.$(OBJEXT): {$(VPATH)}vm_opts.h @@ -2950,6 +2954,7 @@ variable.$(OBJEXT): {$(VPATH)}st.h https://github.com/ruby/ruby/blob/trunk/common.mk#L2954 variable.$(OBJEXT): {$(VPATH)}subst.h variable.$(OBJEXT): {$(VPATH)}thread_$(THREAD_MODEL).h variable.$(OBJEXT): {$(VPATH)}thread_native.h +variable.$(OBJEXT): {$(VPATH)}transient_heap.h variable.$(OBJEXT): {$(VPATH)}util.h variable.$(OBJEXT): {$(VPATH)}variable.c variable.$(OBJEXT): {$(VPATH)}vm_core.h -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/